Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.
/ chat Public archive

Элементарный чат на Vert.x

License

Notifications You must be signed in to change notification settings

dzx912/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Тестовый чат

Подготовка

Запускаем базу данных

docker container run --detach --publish 27017:27017 mongo

Запуск приложения

gradle run

Сборка приложения

gradle clean fatJar
java -jar build/libs/chat-fat-1.0-SNAPSHOT.jar

Использование

Клиент

http://localhost:8082/

История сообщений

http://localhost:8081/getHistory

About

Элементарный чат на Vert.x

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published