/neu-berliner

A lightweight framework for Coffeescript apps.

Primary LanguageCoffeeScript

Neu Berliner

For a while, we've used Flask for web app engineering at MathHarbor. Recently, we started looking at a major revamp, and it soon became pretty obvious Javascript was the ideal language. However, frameworks like Express, Opa, and Sail didn't exactly appeal to us, more so because I happen to be a Coffeescript fan, and that led us to think of doing something of our own. We came across Berliner, modified and updated it - it hasn't been active for over two years now - and here we are.

Neu Berliner is an extremely lightweight framework for Coffeescript apps. It allows you to do a lot, with minimal code - create routes based on request type and path name, manipulate sessions and cookies, handle WebSocket and EventSource connections, render EJB, HAML and plaintext templates. Oh, and you can use any Node.js package with it. Win-win! Check out basic docs here. I'll have a proper docs site on RTFD pretty soon.

We'll have updated docs available soon. If you like it and want to contribute, fork the repo, hack away, submit pull requests!

License

(The MIT License)

Copyright (c) 2012 James Coglan

Copyright (c) 2014 Rudraksh MK

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.