scalatra

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

Github星跟踪图

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.6.+, and is published to Maven Central.

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

Development version

The 2.5.x branch is published as 2.6.{x}-SNAPSHOT to OSSRH.

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

libraryDependencies += "org.scalatra" %% "scalatra" % "2.6.{x}-SNAPSHOT"

Community

主要指标

概览
名称与所有者scalatra/scalatra
主编程语言Scala
编程语言Scala (语言数: 2)
平台
许可证Other
所有者活动
创建于2009-05-31 09:20:32
推送于2025-06-08 00:37:55
最后一次提交2021-07-22 14:57:11
发布数134
最新版本名称v3.1.2 (发布于 2025-05-03 11:58:07)
第一版名称step-1.0 (发布于 2010-01-28 00:21:54)
用户参与
星数2.7k
关注者数81
派生数340
提交数4.2k
已启用问题?
问题数443
打开的问题数62
拉请求数1264
打开的拉请求数9
关闭的拉请求数119
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?