Skip to content

Instantly share code, notes, and snippets.

@buka
buka / AkkaWebSocketSampleService.scala
Created February 18, 2011 07:37
example to illustrate different ways of using websockets...
package sample
import akka.actor._
import akka.http._
class SampleService extends Actor with Endpoint
{
self.dispatcher = Endpoint.Dispatcher;