Skip to content

petervandenabeele/SprayEasterEggs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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

About

Spray and Websocket interfaces to actors - Activator Template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 48.8%
  • HTML 43.8%
  • JavaScript 7.0%
  • CSS 0.4%