Skip to content

Instantly share code, notes, and snippets.

@Softsapiens
Forked from brikis98/Echo.scala
Created January 16, 2014 12:03
Show Gist options
  • Save Softsapiens/8453816 to your computer and use it in GitHub Desktop.
Save Softsapiens/8453816 to your computer and use it in GitHub Desktop.
object Socket extends Controller {
def connect = WebSocket.using[String] { request =>
Logger.info("Someone just connected!")
Concurrent.joined[String]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment