An open API service indexing awesome lists of open source software.

https://github.com/andrsam/chatroom

A simple chat room application in Spring boot and Rabbit MQ
https://github.com/andrsam/chatroom

docker-compose java rabbitmq spring-boot websocket

Last synced: about 1 month ago
JSON representation

A simple chat room application in Spring boot and Rabbit MQ

Awesome Lists containing this project

README

          

# chatroom
The simple chatting application

![ScreenShot](images/screenshot1.png)

![ScreenShot](images/screenshot2.png)

#### Basic operations
* Logon/logoff users
* Chatting with others

#### Used technologies
* Spring Boot
* WebSocket
* RabbitMQ
* Maven

#### Run and build
using command:

```
cd environment
docker-compose -f docker-compose.yaml up --build
```