Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 449 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 449 Bytes

scalatra file server

Overview

it's a very simple file server based on scalatra, the mainly code is refenerce to scalatra in action chapter 06

it changed code style from old version to new ones.

Build & Run

$ sbt
> jetty:start

open http://localhost:8080/ in your browser.

you will see this