Skip to content

Simple Vertx/SockJS example application - built using Gradle

Notifications You must be signed in to change notification settings

cer/vertx-clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vert.x clock

This application uses Vert.x + SockJS to show a web page that displays a constantly incrementing counter. The Timer runs within Vert.x and pushes events to the browser using SocketJS.

You can build and deploy on Cloud Foundry using the following command:

gradle assembleApp cf-push -PcfUser=<YourUserId> -PcfPasswd=<YourPassword>

Please note

  • Vert.x requires Java 7

About

Simple Vertx/SockJS example application - built using Gradle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published