A small Web-RTC multi-peer chat application written in Typescript. Designed to be extensible and modular
- Start the server:
node bin/server/index.js - Open a browser, navigate to:
http://localhost:8080
- start webpack
webpack --watch - start the server
npm run dev