Home

Awesome

Monix Client/Server Sample

Sample of a mixed client/server application demonstrating the streaming of values over web-socket, both simple and with back-pressure applied (by means of the Reactive Streams protocol), using Monix for both the server and the client ;-)

See: monix-sample.herokuapp.com

Gitter

Overview of the code:

NOTES:

In order to develop and execute the project locally:

sbt run

For Heroku deployment:

sbt stage deployHeroku

The project is based on the cool play-with-scalajs-example template by @vmunier, so you get the auto-reload coolness of Play in combination with Scala.js.

~;Enjoy