Is scalatra (Scala server side framework) auto-refresh when one of our source code changed (just like PHP)?

or if they are not, is there any Scala server side framework that able to do that (edit code, then test on the browser, without needing to restart the scala/server program)?

有帮助吗?

解决方案

you can use follow command to run scalatra.

$ ./sbt

container:start

~ ;copy-resources;aux-compile

for more details please visit this

其他提示

try ~jetty:start in sbt shell.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top