Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I've also not done much reasearch but maybe you'll find something usable here https://www.scrimba.com
-
@heyheni Didn't find anything in the first search attempts, but I will look longer and it's still a cool resource, thanks!
-
@c3r38r170 i'd like to know how familiar you are with TCP / IP....
Some people skip that and become very frustrated ;)
If you're not familiar, Mr Tanenbaum might help you...
https://nodejs.org/api/net.html
If you have more details, it might be easier. Sockets are a foundation - they're pretty easy.
What you do with sockets is usually the hard part. -
There is the ws package for Node. Do not reinvent the websockets wheel with the net packages, lol.
-
Overread the "web" in front of sockets.
Still get familiar with the basics before the advanced stuff.
Related Rants
Disclaimer: I haven't done much research.
Do you have any good course / tutorial / guide to using Web Sockets with PHP or Node? I'm looking forward to knowing about the matter but I'm just asking here before just in case someone has a good / recommended resource.
question
web sockets
node
php