jaxley / scalatra

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

Home Page:http://scalatra.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scalatra Build Status

Join the chat at https://gitter.im/scalatra/scalatra

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

Example

import org.scalatra._

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

Documentation

If you're just starting out, see the installation and first project sections of our website.

Once you've done that, take a look at the Scalatra Guides for documentation on all aspects of the framework, code examples, and more. We also have an extensive selection of Example Applications which accompany the tutorials in the Scalatra Guides.

Latest version

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

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

Development version

The 2.4.x branch is published as 2.4.1-SNAPSHOT to OSSRH.

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

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

Community

About

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

http://scalatra.org

License:Other


Languages

Language:Scala 96.2%Language:Shell 2.0%Language:CSS 1.4%Language:Java 0.4%Language:HTML 0.1%