Skip to content
Snippets Groups Projects
Adrián Robotka's avatar
e554115b
History

Snake web 2019

This application was generated using http://start.vertx.io

Load test

The load-tester folder was used to test websocket with the native-ws branch.

The native-ws branch does not use sock.js with vert.x eventbus abstraction.

Active votes by time

Source code in the active-votes-by-time folder.

Building the backend (vert.x app)

To package your application:

./mvnw clean package

To run your application:

./mvnw clean compile exec:java

Help