Skip to content

tomasNajun/play-websocket-java

 
 

Repository files navigation

play-websocket-java

This is an example Play application that shows how to use Play's Websocket API in Java, by showing a series of stock tickers updated using WebSocket.

The Websocket API is built on Akka Streams, and so is async, non-blocking, and backpressure aware. Using Akka Streams also means that interacting with Akka Actors is simple.

There are also tests showing how Junit and Akka Testkit are used to test actors and flows.

For more information, please see the documentation for Websockets and Akka Streams:

About

Example Play Java application showing Websocket usage with Akka actors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 65.7%
  • HTML 22.1%
  • CoffeeScript 6.9%
  • CSS 3.8%
  • Scala 1.5%