akka-http-scala-js-websocket-chat
akka-http-scala-js-websocket-chat copied to clipboard
An example app that integrates akka-http and scala-js to implement a websocket chat
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...