/chat

A simple Node.JS chat app with emoji support and no authentication

Primary LanguageJavaScriptMIT LicenseMIT

chat 🔮

Simple TCP chat written in Node.JS 🎉

To run tests:

$ npm install && npm test

Written as a hobby project by Joe Bentley ☕

TODO

  • Create simple chat with users & usernames and broadcast messages

  • Add timestamps

  • Add emoji support

  • Adapt into a website using socket.io (new repository?)