8

Now I know Node.js and PHP as well.
Convince me why I should use Node.Js and other frameworks over PHP and related frameworks.

Comments
  • 8
    You don't have to
    use whatever works best for you
  • 3
    You shouldn't.
  • 3
    Good luck with using PHP over node for a web socket signalling system haha
  • 0
    @norman70688 Personally not aware of a good working php library, any resources?
  • 1
    @linuxxx

    As you said and I agree: Socket communication with PHP is problematic and misunderstood on many occasions.
    There is implementation of socket communication packaged with PHP, but you might not be able to use them because of the runtime design with Apache-PHP.

    If you run PHP through CLI, it's completely different.

    http://php.net/manual/en/...
  • 1
    Neither, learn spring boot or dotnet core and get yoself a nice language with static types and blazing performance instead.

    Php is good tho, just don't really like how tied up the node ecosyatem is with nosql
Add Comment