Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 599 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 599 Bytes

NoChat

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

View the live demo:http://ericwu.cn:8090/

Features

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

How to run

  1. download the code then extract
  2. run npm install from command line window
  3. run node server or iojs server if you are using io.js
  4. finnaly, open your browser and visit localhost:8090

codeship builing status