Skip to content

Spray and Websocket interfaces to actors - Activator Template

License

Notifications You must be signed in to change notification settings

Cloudius/SprayEasterEggs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spray Easter Eggs Project

This project provides a starting point for your own spray-routing and web sockets endeavours.

Follow these steps to get started:

  1. Git-clone this repository.

     $ git clone git://github.com/Cloudius/SprayEasterEggs.git my-project
    
  2. Change directory into your clone:

     $ cd my-project
    
  3. Launch SBT:

     $ sbt
    
  4. Compile everything and run all tests:

     > test
    
  5. Start the application:

     > re-start
    
  6. Browse to http://localhost:9692/

    1. Call your friends or colleagues to access your server.
    2. Open more tabs in your browser to http://localhost:9692/hide
  7. Stop the application:

     > re-stop
    
  8. Learn more at http://www.spray.io/

  9. Start hacking on src/main/scala/cua/li/reactive/ReactiveSystem.scala

About

Spray and Websocket interfaces to actors - Activator Template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 70.2%
  • HTML 17.6%
  • JavaScript 11.5%
  • CSS 0.7%