Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 892 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 892 Bytes

Mill, Cask, Scala.js with shared js code between server and client

Ported from https://github.com/jrudolph/akka-http-scala-js-websocket-chat

Now using:

Currently needs initial npm install in vuegui folder. Set up for development, use: mill -w server.runBackground

http://localhost:8384/

Cask file serving has a nasty hack to be able to serve a default page required by vuejs routing. This would be handled by reverseproxy (eg nginx) in production scenario.