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.
source share