• Stars
    star
    153
  • Rank 238,759 (Top 5 %)
  • Language
    JavaScript
  • Created over 12 years ago
  • Updated almost 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

node.js and socket.io multiroom chat tutorial
Initially from http://psitsmike.com/2011/10/node-js-and-socket-io-multiroom-chat-tutorial/

1. Install NodeJS and npm
2. Execute 'npm install -d' to create the node_modules folder from package.json
3. Run program 'node app.js'

Feel free to ask any questions.