moose-en-a-gant Posted February 4, 2015 Share Posted February 4, 2015 I haven't worked with sockets yet, it is next on my list as in later today or tomorrow. I don't know much, I've just read about sockets on wikipedia, socket io Anyway, my current application or intention of sockets is live messaging, eg. refresh upon post, no polling, no refresh required. I have no idea how to implement this, C is the language I found on wikipedia. If anyone has a bit of information to tell me I'd appreciate it. Like how to implement it with the apache server, end points, initializing, unique id's etc... Quote Link to comment Share on other sites More sharing options...
requinix Posted February 4, 2015 Share Posted February 4, 2015 Think maybe you're looking at stuff more complicated than what you need... Web, right? Look into WebSockets. They are sockets but with a lot of the work abstracted out for you. Quote Link to comment Share on other sites More sharing options...
moose-en-a-gant Posted February 4, 2015 Author Share Posted February 4, 2015 Simpler is not a bad thing hehe I have 0 idea at the moment, was going to read about this when I reach that stage of "can't write code anymore but still awake". Thanks, that's what I will read about then. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.