Coder Social home page Coder Social logo

oranda / scalatra Goto Github PK

View Code? Open in Web Editor NEW

This project forked from scalatra/scalatra

0.0 1.0 0.0 6.23 MB

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

Home Page: http://scalatra.org

License: Other

Scala 96.19% CSS 1.36% HTML 0.07% Shell 2.02% Java 0.36%

scalatra's Introduction

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

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

Development version

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

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

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

Community

scalatra's People

Contributors

rossabaker avatar casualjim avatar seratch avatar mnylen avatar dozed avatar ornicar avatar japhar81 avatar mumoshu avatar takezoe avatar jlarmstrong avatar riffraff avatar jgrowl avatar lloydmeta avatar jfarcand avatar alandipert avatar ceedubs avatar xuwei-k avatar sdb avatar igstan avatar janxspirit avatar stew avatar chirino avatar kelseyq avatar m20o avatar nicl avatar sri-rang avatar tkareine avatar tgregory avatar sksamuel avatar nrinaudo avatar

Watchers

James McCabe avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.