Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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