Skip to content

GFTPoland/Zdrowieton.MessagingServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Back-end for Zdrowieton hackathon

Build Status

Information about the hackathon itself can be found here.

This simple server is based on Spring Websocket project and enables websocket communication.

How to use it?

Connecting:

/zdrowieton-websocket

Subscribing:

/topic/_name_

Sending messages:

/send/_name_

Building and running

gradle bootRun

Deployment

First, create Docker image:

gradle buildDocker

Send image to the host machine:

docker save gftpoland/zdrowieton-backend | ssh _machine_ docker load

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published