/SprayEasterEggs

Spray and Websocket interfaces to actors - Activator Template

Primary LanguageScalaOtherNOASSERTION

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/cuali/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