VonRosenchild / vertx-scala-clock

Scala version of the Vert.x clock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vert.x Scala 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

Scala version of the Vert.x clock


Languages

Language:Scala 60.8%Language:HTML 27.7%Language:JavaScript 11.5%