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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?