Simple text messenger application without registration built with React and Node.js
Users can login with their name only, no password or registration required. After that user can create a chat, invite other people with an invite link and start a conversation.
Note that after logout it is not possible to login back to previous session, so all conversations will be lost.
Live demo available here
- Responsive layout
- Jwt authorization
- Chat create
- Join chat
- Rename chat (allowed only for owners)
- Live text messaging
- Connection restore after disconnect
- Webpack
- React
- Redux
- Redux Saga
- Material UI
- Jest
- Node.js
- Express
- MongoDB
- JWT
- GraphQL
- Websockets
- Docker