Ecosyste.ms: Awesome
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: 22 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-25T11:29:48.000Z (over 4 years ago)
- Last Synced: 2024-10-06T20:41:10.103Z (about 1 month ago)
- Topics: docker-compose, java, rabbitmq, spring-boot, websocket
- Language: Java
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```