A set of modules I find helpful when building applications.
util-play
Useful code for Play Framework. A selection of what is provided:
- A SyncAction for synchronous IO, using a more suitable threadpool than the default one
- A WebSocketBase trait for WebSocket-enabled applications
- Content negotiation helpers
- Code that starts Play! without creating a RUNNING_PID file
play-social
See docs.
util-html
Scalatags helpers for Bootstrap 4. Supports Scala.js in addition to the JVM.