This project was bootstrapped with Express Generator.
Real time chat application, server-side.
npm install
npm start
- Express - the framework
- Passport - the authentication middleware
- JSON Web Token - the authentication strategy
- Mongoose - the MongoDB object modeling tool
- Socket.io - the real time communication features
- eli-chat-web-client(https://github.com/metapho-re/eli-chat-web-client)
- 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.