Thanks to visit codestin.com
Credit goes to github.com

Skip to content

agrayray/scalatra

 
 

Repository files navigation

Scalatra Scala CI

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 version of Scalatra is 2.8.+, and is published to Maven Central.

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

Community

About

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

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 99.5%
  • Java 0.5%