Search

Tag: scala

Running Scala Steward On-premise

Scala Steward is a bot that helps you keep your project’s dependencies and SBT plugins always up-to-date. It is a very useful tool because the world of Scala is evolving rapidly and it can become quite hard to keep up with all the updates. And...

Scala Server Toolkit – Creating HTTP Server

In the previous post I introduced and explained the rationale behind Scala Server Toolkit. Today I would like to continue and get into more detail of some of the offered modules. Getting Started Our goal is to initialize and start a simple HTTP...

Introducing Scala Server Toolkit

Today I would like to introduce a new project called Scala Server Toolkit. In short it is culmination of years of Scala server development at Avast representing the best practices we have gained. We decided we want to share it with everyone because...