scala-http is a HTTP server written in Scala.
Install sbt first.
Next, try these steps:
$ git clone https://github.com/codeport/scala-http.git
$ cd scala-http
$ sbt run
Then scala-http serves all files in the directory you run the server.
- Serving static files
- Caching
- Chunked-Encoding
- Content-Encoding