/megachat

Primary LanguageJavaScript

MegaChat

This is a basic example of chat on websockets

#How install

$ git clone https://github.com/Pitmov/megachat.git
$ cd megachat
$ npm install
$ npm run start-all

After that goto http://localhost:8080/webpack-dev-server/html and try. Good luck!