Simple web server in Scala

I need a Scala library that provides me with a very simple web server.

I need to provide json content to the web interface for the application I am developing so that it can return both static pages and generated jSON data.

I saw that there are many web frameworks, but they seem redundant for what I need to do.

+4
source share

Source: https://habr.com/ru/post/1446552/


All Articles