Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mefellows/scalam
An opinionated micro-framework for Scala, using Scalatra, Angular and MongoDB
https://github.com/mefellows/scalam
Last synced: 14 days ago
JSON representation
An opinionated micro-framework for Scala, using Scalatra, Angular and MongoDB
- Host: GitHub
- URL: https://github.com/mefellows/scalam
- Owner: mefellows
- License: apache-2.0
- Created: 2014-04-24T12:36:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-28T13:56:01.000Z (over 10 years ago)
- Last Synced: 2024-11-06T16:25:15.188Z (2 months ago)
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ScalAM
======
**NOTE: Currently this is pre-alpha stuff, so don't waste your time here if you're looking for something to use in Production**An opinionated framework for Scala, using Scalatra, Angular, Akka and MongoDB, built on top of the Respite REST micro-framework.
##Getting started
Make sure you have 2 choices:1. Clone this repo and manually modify everything to your liking: ```git clone https://github.com/mefellows/scalam.git```
2. Use the [Scalam](https://github.com/mefellows/scalam-generator) Yeoman Generator and do it the easy way##Give me the skinny - why another framework?
OK, so I wanted a nimble, small and reactive framework for building real-time Web Apps. Rails and Play are both great but both come with baggage I can't fit in my boot (trunk). Skinny Framework is also quite promising, although it is moving in th Rails direction and is unopinionated - which is what I'd like to avoid.##What's in a name?
It could just have easily been named Scal.I.AM, but that would be torture for anyone trying to find / refer to it in written form. Scaliam might work. Scalaam etc. Meh, for now its Scalam.##License
Apache v2 (https://github.com/mefellows/scalam/blob/master/LICENSE)