1

I'm a new comer to socket.io over node.js I found that the documentaion of socket.io in its website isn't good enough to start is there a good referncies to start with socket.io in real projects

Alaa M. Tekleh
  • 6,938
  • 4
  • 16
  • 29

2 Answers2

1

This is the tutorial I remember following. It's nicely broken down and the stages are well explained - and it leads to a working example (open lots of browser Windows to see it working).

http://code.tutsplus.com/tutorials/real-time-chat-with-nodejs-socketio-and-expressjs--net-31708

NickJHoran
  • 597
  • 4
  • 13
1

You might want to check out what codeschool has to offer... https://www.codeschool.com/courses/real-time-web-with-node-js They have great content and an easy to learn interface for newbies.

jake_nerdnest
  • 402
  • 4
  • 10