All Projects → scalatra → Scalatra

scalatra / Scalatra

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

Programming Languages

scala
5932 projects
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Scalatra

skinny-micro
🎤 Micro Web framework to build Servlet applications in Scala, the core part of Skinny Framework 2
Stars: ✭ 57 (-97.75%)
Mutual labels:  web-framework, jetty, scalate
Swurg
Parse OpenAPI documents into Burp Suite for automating OpenAPI-based APIs security assessments (approved by PortSwigger for inclusion in their official BApp Store).
Stars: ✭ 94 (-96.28%)
Mutual labels:  swagger, json
Swagger Merger
🔗 Merge multiple swagger files into a swagger file, support JSON/YAML.
Stars: ✭ 94 (-96.28%)
Mutual labels:  swagger, json
Flask Restplus
Fully featured framework for fast, easy and documented API development with Flask
Stars: ✭ 2,585 (+2.21%)
Mutual labels:  swagger, json
Dropwizard
A damn simple library for building production-ready RESTful web services.
Stars: ✭ 8,078 (+219.41%)
Mutual labels:  web-framework, jetty
Framework
IONDV. Framework is a high level framework for enterprise web applications development.
Stars: ✭ 54 (-97.86%)
Mutual labels:  json, web-framework
Swagger Express Ts
Generate and serve swagger.json
Stars: ✭ 102 (-95.97%)
Mutual labels:  swagger, json
Full Stack Fastapi Postgresql
Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Docker, automatic HTTPS and more.
Stars: ✭ 7,635 (+201.9%)
Mutual labels:  swagger, json
Faygo
Faygo is a fast and concise Go Web framework that can be used to develop high-performance web app(especially API) with fewer codes. Just define a struct handler, faygo will automatically bind/verify the request parameters and generate the online API doc.
Stars: ✭ 1,557 (-38.43%)
Mutual labels:  swagger, web-framework
Go Codon
Workflow based REST framework code generator
Stars: ✭ 133 (-94.74%)
Mutual labels:  swagger, web-framework
Sinatra
Classy web-development dressed in a DSL (official / canonical repo)
Stars: ✭ 11,497 (+354.61%)
Mutual labels:  web-framework, sinatra
Flask Restx
Fork of Flask-RESTPlus: Fully featured framework for fast, easy and documented API development with Flask
Stars: ✭ 1,050 (-58.48%)
Mutual labels:  swagger, json
Fastapi
FastAPI framework, high performance, easy to learn, fast to code, ready for production
Stars: ✭ 39,588 (+1465.36%)
Mutual labels:  swagger, json
Api Client Generator
Angular REST API client generator from Swagger YAML or JSON file with camel case settigs
Stars: ✭ 92 (-96.36%)
Mutual labels:  swagger, json
Spectral
A flexible JSON/YAML linter for creating automated style guides, with baked in support for OpenAPI v2 & v3.
Stars: ✭ 876 (-65.36%)
Mutual labels:  swagger, json
Kaizen Openapi Editor
Eclipse Editor for the Swagger-OpenAPI Description Language
Stars: ✭ 97 (-96.16%)
Mutual labels:  swagger, json
Swagger Toolbox
💡 Swagger schema model (in yaml, json) generator from json data
Stars: ✭ 194 (-92.33%)
Mutual labels:  swagger, json
Safrs
SqlAlchemy Flask-Restful Swagger Json:API OpenAPI
Stars: ✭ 255 (-89.92%)
Mutual labels:  swagger, json
Javalin
A simple and modern Java and Kotlin web framework
Stars: ✭ 5,184 (+104.98%)
Mutual labels:  web-framework, jetty
Webapiclient
An open source project based on the HttpClient. You only need to define the c# interface and modify the related features to invoke the client library of the remote http interface asynchronously.
Stars: ✭ 1,618 (-36.02%)
Mutual labels:  swagger, json

Scalatra Scala CI

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

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

Community

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].