Analogweb Framework is tiny, simple, and pluggable web framework with Scala.
This Framework helps you quickly building web API and currently supports these servers.
- Built-in non-blocking HTTP server(TLS/SSL are not supported.)
- Netty4 supports netty-plugin(Strongly RECOMMENDED!)
- Servlet 2.5+ (e.g. Jetty,Tomcat,etc…) supports servlet-plugin
Quick Start
You need to add sbt dependency on build.sbt.
And write a few lines of code.
Execute sbt run
and you will get them.
Examples
More examples, please watch this project.