A simple chat web application utilizing websocket technology. Features include coloured usernames and ability to display images/gifs. System will notify all users of any username changes.
Clone the git repo.
Install the dependencies and start the server.
- npm install
- npm start
- cd into socket_server folder and repeat steps 1 and 2
- open http://localhost:3000
- React
- Webpack
- WS
- UUID
- babel-loader
- webpack-dev-server
