项目作者: elishaking

项目描述 :
Simple Realtime chat app
高级语言: JavaScript
项目地址: git://github.com/elishaking/realtime-chat-app.git
创建时间: 2019-11-14T13:47:55Z
项目社区:https://github.com/elishaking/realtime-chat-app

开源协议:MIT License

下载


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