A simple chat app with a React front-end and a Web Socket Server back-end;
- Install dependencies using the
npm install
command. - Start the web server using the
npm run local
command. The app will be served at http://localhost:3000. - Go to http://localhost:3000 in your browser.
- React
- Webpack
- babel-loader
- webpack-dev-server
- Express
- Uuid
- WSS
==========================================
==========================================
- Notifcation to all connected clients when a client closes their browser window
- Allow images to be added to chats
- Giphy API Integration
- Custom Emojis
- UserName colors are calculated algorithmically based on their name, or is manually selectable by users