akka-http-scala-js-websocket-chat icon indicating copy to clipboard operation
akka-http-scala-js-websocket-chat copied to clipboard

An example app that integrates akka-http and scala-js to implement a websocket chat

Results 4 akka-http-scala-js-websocket-chat issues
Sort by recently updated
recently updated
newest added

On OSX, creating a client crashed. I just pulled in additional changes where this was borrowed from. :)

Any tips on the easiest place of where to start? One thing I'd like to do is connect this to a DB so any user will have full history. Any...

This doesn't work on a remote server... I get a 400 error on the websocket. It has to do something with CORS but the documentation is super clear not. Can...