https://github.com/ai-lenok/simple-chat
Простой и легковесный чат
https://github.com/ai-lenok/simple-chat
chat docker java vertx websocket
Last synced: about 1 month ago
JSON representation
Простой и легковесный чат
- Host: GitHub
- URL: https://github.com/ai-lenok/simple-chat
- Owner: ai-lenok
- License: apache-2.0
- Created: 2022-09-20T14:58:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-20T15:29:14.000Z (over 3 years ago)
- Last Synced: 2025-09-07T16:51:49.059Z (6 months ago)
- Topics: chat, docker, java, vertx, websocket
- Language: Java
- Homepage:
- Size: 210 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Chat
[](https://github.com/ai-lenok/simple-chat/actions/workflows/build.yml)
Простой и легковесный чат
## Попробовать
### Запуск
С помощью [docker-compose](https://docs.docker.com/compose/install/)
```shell
docker-compose up
```
### Web клиент
[http://localhost:8080/](http://localhost:8080/)
## Обычный запуск
### Пререквизиты
Запустите [MongoDb](https://www.mongodb.com)
Пример запуска в [docker](https://www.docker.com/get-started)
```shell
docker container run --detach --publish 27017:27017 mongo
```
### Compile
```shell
gradle clean build
```
### Запуск
```shell
java -jar build/libs/simple-chat-1.0-SNAPSHOT.jar
```
### Web клиент
[http://localhost:8080/](http://localhost:8080/)