SPACHAT - web application for communication between clients with the help of WebRTC technology (in browser).
NodeJS works as signalling server for peers (for exchange session description protocols).
Each client uses indexedDB as main storage. Clients can create/join chats, create/join users.
Each chat can save its state.
- Chrome & Firefox
After WebRTC find the way to each other A and B should have names of each-other under "Contact list"
- NodeJS
- install all packages
npm installnpm run buildAll files will be in "build" folder
npm run server-devVisit http://localhost:8081/ in browser
npm run server-prodVisit http://localhost:8082/ in browser