A chat application built with Node.js and socket.io.
- send pictures 🌅
- send emojis 😄
- keyboard support 🎹
- online users count statistic 👻
- download the code then extract
- run
npm install
from command line window - run
node server
oriojs server
if you are using io.js - finnaly, open your browser and visit
localhost:3000
若出现提示
DeprecationWarning: process.EventEmitter is deprecated. use require('events') instead.
, 将 socket.io/lib
目录js文件中的 process.EventEmitter
替换成 require('events')
.