Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 179 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 179 Bytes

A simple app for multimedia chat using websockets.

To run,

cd server/
npm i

With docker,

docker-compose up

Or

cd server/ && npm start