Real-time chatting application. This repository contains only a webserver. Application gui can be found here: https://github.com/WaShindeiru/ChatAngular
- Real-time communication using websocket
- Creating new users and conversations
- Sending messages to users/conversations
- Java
- Spring
- Websocket
- Hibernate
- Docker
- Docker-compose
Make sure you are in a project directory, then run:
docker-compose build
docker-compose upusername:
- Maciek
- Igor
- Ola
All demo users have the following password:
- 123
To stop the container run:
docker-compose downIf you want to use the gui follow the steps listed here: https://github.com/WaShindeiru/ChatAngular
