- Notifications
You must be signed in to change notification settings - Fork339
Tiny Scala high-performance, async web framework, inspired by Sinatra
License
NotificationsYou must be signed in to change notification settings
scalatra/scalatra
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Scalatra is a tiny,Sinatra-like web framework forScala.
importorg.scalatra._classScalatraExampleextendsScalatraServlet { get("/") { <h1>Hello, world!</h1> }}
If you're just starting out, see theinstallation andfirst project sections of our website.
Once you've done that, take a look at theScalatra Guides for documentation on all aspects of the framework, code examples, and more. We also have an extensive selection ofExample Applications which accompany the tutorials in the Scalatra Guides.
The latest version of Scalatra is3.1.+
, and is published toMaven Central.
// for javaxlibraryDependencies+="org.scalatra"%%"scalatra-javax"%"3.1.+"// for jakartalibraryDependencies+="org.scalatra"%%"scalatra-jakarta"%"3.1.+"
- Gitter:Scalatra/Scalatra
- Mailing list:scalatra-user
- IRC: #scalatra on irc.freenode.org
- Guidelines for contributing
About
Tiny Scala high-performance, async web framework, inspired by Sinatra
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published