Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skinny-framework/skinny-framework
:monorail: "Scala on Rails" - A full-stack web app framework for rapid development in Scala
https://github.com/skinny-framework/skinny-framework
http-client mail oauth2-client orm scala validation web-framework
Last synced: 6 days ago
JSON representation
:monorail: "Scala on Rails" - A full-stack web app framework for rapid development in Scala
- Host: GitHub
- URL: https://github.com/skinny-framework/skinny-framework
- Owner: skinny-framework
- License: mit
- Created: 2013-09-24T07:39:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T08:22:49.000Z (about 2 years ago)
- Last Synced: 2025-01-12T20:01:35.877Z (13 days ago)
- Topics: http-client, mail, oauth2-client, orm, scala, validation, web-framework
- Language: Scala
- Homepage: https://skinny-framework.github.io/
- Size: 12.2 MB
- Stars: 737
- Watchers: 44
- Forks: 68
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-scala - **skinny-framework** - A full-stack web app framework for rapid development in Scala | ![GitHub stars](https://img.shields.io/github/stars/skinny-framework/skinny-framework) ![GitHub commit activity](https://img.shields.io/github/commit-activity/y/skinny-framework/skinny-framework) (Table of Contents / Web Frameworks)
README
# Skinny Framework
![CI Build](https://github.com/skinny-framework/skinny-framework/workflows/CI%20Build/badge.svg)
[![Maven Central](https://img.shields.io/maven-central/v/org.skinny-framework/skinny-framework_2.13.svg?label=Maven%20Central)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.skinny-framework%22%20a%3A%22skinny-framework_2.13%22)Skinny is a full-stack web app framework to build Servlet applications.
To put it simply, Skinny framework's concept is **Scala on Rails**. Skinny is highly inspired by [Ruby on Rails](http://rubyonrails.org/) and it is optimized for sustainable productivity for ordinary Servlet-based app development.
![Logo](https://github.com/seratch/skinny-framework/raw/1.1.x/img/logo.png)
See the website in detail.
https://skinny-framework.github.io/
## Global skinny script via Homebrew
```sh
brew update && brew install skinny
```## Try Skinny Framework now!
Download latest skinny-blank-app.zip and unzip it, then just run ./skinny command on your terminal. That’s all!
If you’re a Windows user, don’t worry. Use skinny.bat on cmd.exe instead.
https://github.com/skinny-framework/skinny-framework/releases
## Under The MIT License
(The MIT License)
Copyright (c) skinny-framework.org