Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aboisvert/liftweb
The Lift web framework for Scala
https://github.com/aboisvert/liftweb
Last synced: 10 days ago
JSON representation
The Lift web framework for Scala
- Host: GitHub
- URL: https://github.com/aboisvert/liftweb
- Owner: aboisvert
- License: apache-2.0
- Created: 2009-03-26T22:37:41.000Z (over 15 years ago)
- Default Branch: buildr
- Last Pushed: 2009-03-26T23:15:59.000Z (over 15 years ago)
- Last Synced: 2023-04-11T19:38:51.756Z (over 1 year ago)
- Language: Scala
- Homepage: http://liftweb.net
- Size: 9.82 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE.txt
Awesome Lists containing this project
README
lift is an expressive and elegant framework for writing web applications.
lift stresses the importance of security, maintainability, scalability
and performance, while allowing for high levels of developer productivity.lift borrows from the best of existing frameworks, providing
* Seaside's highly granular sessions and security
* Rails fast flash-to-bang
* Django's "more than just CRUD is included"
* Wicket's designer-friendly templating style (see Lift View First)And because lift applications are written in Scala, an elegant new JVM
language, you can still use your favorite Java libraries and deploy to your
favorite Servlet Container. Use the code you've already written and deploy
to the container you've already configured!And it's hosted on GitHub