Skip to content

rgwilton/websocket-akka-http

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##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"

About

Websocket Client/Server with akka-http

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Scala 100.0%