Coder Social home page Coder Social logo

magnolia-k / scalatra Goto Github PK

View Code? Open in Web Editor NEW

This project forked from scalatra/scalatra

0.0 2.0 0.0 7.79 MB

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

Home Page: http://scalatra.org

License: Other

Scala 99.52% Java 0.48%

scalatra's Introduction

Scalatra Scala CI

Join the chat at https://gitter.im/scalatra/scalatra scalatra Scala version support

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

// for javax
libraryDependencies += "org.scalatra" %% "scalatra-javax" % "3.0.+"

// for jakarta
libraryDependencies += "org.scalatra" %% "scalatra-jakarta" % "3.0.+"

Community

scalatra's People

Contributors

acote-coveo avatar alandipert avatar casualjim avatar ceedubs avatar dozed avatar igstan avatar janxspirit avatar japhar81 avatar jfarcand avatar jgrowl avatar jlarmstrong avatar lloydmeta avatar magnolia-k avatar mnylen avatar mumoshu avatar nicl avatar ornicar avatar riffraff avatar rossabaker avatar scala-steward-bot avatar sdb avatar seratch avatar shanielh avatar sri-rang avatar stew avatar takezoe avatar tgregory avatar tkareine avatar xuwei-k avatar xxzgc avatar

Watchers

 avatar  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.