codeport / scala-http

la-scala http homework
7 stars 3 forks source link

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