项目作者: elishaking
项目描述 :
Simple Realtime chat app
高级语言: JavaScript
项目地址: git://github.com/elishaking/realtime-chat-app.git
A Simple Real Time Chat App
Built with React, Sockets (socket.io)
Setup
Install server dependencies
npm i
Install client dependencies
cd client && npm i
Run
Start server
node server.js
Start client (in another terminal)
cd client && npm start