A sample ChatRoom using Nodejs , Socket.io and Express4
由Nodejs + Socket.io + Express构建的简单聊天室
Server:
-
Install Nodejs and Git
-
Download the repository
git clone https://github.com/mantutu/ChatRoom.git cd ChatRoom
-
Install npm packages
npm install
-
Start dev server
npm start
If you like this project, please star it and let me know if you want to help or contribute. Thank you.