Skip to content

gunshor/scalatra

 
 

Repository files navigation

Scalatra Build Status

Scalatra is a tiny, Sinatra-like web framework for Scala.

Example

import org.scalatra._

class ScalatraExample extends ScalatraServlet {
  get("/") {
    <h1>Hello, world!</h1>
  }
}

Documentation

Please see The Scalatra Book for more.

Latest version

The latest version of Scalatra is 2.2.0, and is published to Maven Central.

libraryDependencies += "org.scalatra" %% "scalatra" % "2.2.0"

Development version

The develop branch is published as 2.2.1-SNAPSHOT to OSSRH.

resolvers += "Sonatype Nexus Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"

libraryDependencies += "org.scalatra" %% "scalatra" % "2.2.1-SNAPSHOT"

Community

About

Tiny Scala high-performance, async web framework, inspired by Sinatra

Resources

License

Stars

Watchers

Forks

Packages

No packages published