Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 544 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 544 Bytes

scala-http travis-ci

scala-http is a HTTP server written in Scala.

Getting started

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.

Features

  • Serving static files
  • Caching
  • Chunked-Encoding
  • Content-Encoding