Hacker News new | ask | show | jobs
by apta 3326 days ago
> We use microservices so my regular compile times are somewhere between 4s and 20s.

What framework or library are you using to write said services?

1 comments

Scalaz, Http4 for web stuff, Netty/scalaz-stream otherwise. We really don't need "frameworks" to be insanely productive in Scala, just a few tried and true libraries. This also really helps when jumping into new projects, there's never "magic" beyond just the features the language provides.