Skip to content

Functional programming toolkit for building server applications in Scala.

License

Notifications You must be signed in to change notification settings

scala-steward/scala-server-toolkit

This branch is 1 commit ahead of, 120 commits behind avast/scala-server-toolkit:master.

Folders and files

NameName
Last commit message
Last commit date
Jun 14, 2024
Aug 22, 2022
Aug 22, 2022
Nov 13, 2024
Nov 13, 2024
Apr 11, 2022
Apr 11, 2022
Oct 25, 2022
Apr 21, 2022
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022
May 27, 2024
Apr 11, 2022
Apr 11, 2022
May 27, 2024
Sep 20, 2022
Sep 20, 2022
Aug 22, 2022
Aug 22, 2022
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022
Aug 22, 2022
Aug 22, 2022
May 28, 2024
May 27, 2024
Apr 11, 2022
Apr 11, 2022
Aug 19, 2021
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022
Jul 15, 2022
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022
Jun 17, 2024
Apr 11, 2022
Apr 11, 2022
Apr 22, 2020
Apr 11, 2022
Apr 11, 2022
Mar 1, 2021
Nov 21, 2024
May 28, 2024
May 28, 2024
Aug 19, 2021
May 28, 2024
Apr 11, 2022
Nov 5, 2020
Sep 30, 2024
Jun 10, 2021
Jul 28, 2022
Apr 9, 2022
Jul 29, 2024
Oct 10, 2019
Oct 17, 2019
Sep 5, 2019
Nov 8, 2020
Jun 17, 2024

Repository files navigation

Scala Server Toolkit

Build Status Maven Central Scala Steward badge Mergify badge

This project is a culmination of years of Scala development at Avast and tries to represent the best practices of Scala server development we have gained together with tools that allow us to be effective. It is a set of small, flexible and cohesive building blocks that fit together well and allow you to build reliable server applications.

Jump Right In

You can use the official Giter8 template to get started:

sbt new avast/sst-seed.g8

Documentation

Read it here or you can deep dive into example code.

Articles

Talks

Design

There are certain design decisions and constraints that are put in place to guide the development of the toolkit and recommended for the development of your server applications.

  • Keep the number of dependencies as low as possible.
  • Modular design: small, cohesive, orthogonal and composable components.
  • Functional programming.
  • Type safe configuration and resource lifecycle.
  • No need for dependency injection.
  • Scalazzi Safe Scala Subset

Issues

Please report issues to GitHub. Pull requests are always welcome.

Versioning

The project follows the semantic versioning schema which means that just by looking at the version you will know whether to expect compatibility problems or not.

The project values backwards compatibility but it cannot prevent innovation. There will be breaking changes but they will always be properly versioned and documented.

Contributing

See CONTRIBUTING.md.

Code of Conduct

See CODE_OF_CONDUCT.md.

License

Scala Server Toolkit is licensed under MIT License.

About

Functional programming toolkit for building server applications in Scala.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%