Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 435 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 435 Bytes

user-chat

===

A chat application built with Node.js and socket.io.

#Features

  • send pictures 🌅
  • send emojis 😄
  • keyboard support 🎹
  • online users count statistic 👻

#How to run

  • download the code then extract
  • run "npm install" from command line
  • run "node app.js" or "iojs app.js" if you are using io.js
  • finnaly, open your browser and visit "localhost:3000"