/websocket-akka-http

Websocket Client/Server with akka-http

Primary LanguageScala

##Websocket server

It's sample code that shows how to use akka-http and akka-streams to build custom websocket server.

You can read more about the code here

to run server:

sbt run

and you can connect to any chat room: http://localhost:8080/ws-chat/ROOM_NUMBER?name=YOUR_NAME

if you want to backgound actor that spam messages to channel number 123

sbt "run with-client"

Developed by Scalac