Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 357 Bytes

File metadata and controls

14 lines (11 loc) · 357 Bytes

node-chat

Simple Chat with NodeJS

Test node on Heroku: https://rocky-wave-29658.herokuapp.com

  • Built on NodeJS / Express / Socket.IO
  • Join Page + Chat Page
  • Room feature
  • To do:
    • Do not scroll when typing or keep focus on input
    • Sanitize js injection via input
    • Make user names unique
    • Add list of current active chat room on Join page