Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

sedubois/vertx-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vert.x demo

Demo of realtime Vert.x 3 application with REST API, worker nodes and client notifications through Websockets.

The example task is the factorization of any positive integer.

Running the server

./gradlew run

Running the client

node client.js

Querying tasks

curl http://localhost:8080/api/tasks

Creating tasks

curl --data '{"number": 123}' http://localhost:8080/api/tasks

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published