Skip to content

AndreyLadniy/play_websocket_example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Play Websocket Example

A simple WebSocket plugin bootstrap

Example demonstrating how to use Play Websocket Plugin. This little webapp implements both actors type: stateless and statefull.

##To test the Application:

  • Open a terminal in your project's directory
  • Type 'play run'
  • Head your favourite browser to 'http://localhost:9000'
  • Head another window of your favourite browser to 'http://localhost:9000'
  • Open websockets
  • Play with messages (echo, broadcast from client, broadcast from server)

##Notes Also available as Typesafe Activator Template.

About

Example demonstrating how to use Play Websocket Plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 46.1%
  • Scala 35.4%
  • CSS 18.5%