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
- Host: GitHub
- URL: https://github.com/andrsam/chatroom
- Owner: andrsam
- Created: 2020-07-22T16:06:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-25T11:29:48.000Z (almost 6 years ago)
- Last Synced: 2025-04-03T12:52:34.990Z (about 1 year ago)
- Topics: docker-compose, java, rabbitmq, spring-boot, websocket
- Language: Java
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chatroom
The simple chatting application


#### 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
```