1

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.

Comments
  • 1
    I've also not done much reasearch but maybe you'll find something usable here https://www.scrimba.com
  • 1
    @heyheni Didn't find anything in the first search attempts, but I will look longer and it's still a cool resource, thanks!
  • 2
    @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.
  • 0
    There is the ws package for Node. Do not reinvent the websockets wheel with the net packages, lol.
  • 1
    Overread the "web" in front of sockets.

    Still get familiar with the basics before the advanced stuff.
  • 0
    php has an requirement on how long an process can run.
  • 2
    @stop erm no, max execution time to 0 and away you go.
Add Comment