Skip to content

codeport/scala-http

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%