This project was bootstrapped with Create React App.
Real time chat application, web client-side.
npm install
npm start
npm run build
- JSON Web Token-based authentication.
- Real time features to send/receive messages and see who is online/offline.
- Easy creation of chat groups with any number of users.
- Groups and messages persistence.
- React - the framework
- Redux - the state container
- React-bootstrap - the components and styles
- Socket.io - the real time communication features
- eli-chat-server(https://github.com/metapho-re/eli-chat-server)
- eli-chat-mobile-client(https://github.com/metapho-re/eli-chat-mobile-client)
- Pierre-Alain Castella - Initial work - metapho-re
This project is licensed under the MIT License - see the LICENSE file for details.