exspresso
v0.10.27
Published
A CoffeeScript Web Framework
Downloads
240
Readme
Exspresso
Exspresso is ...
CodeIgniter (http://codeigniter.com/) MVC framework ported to coffee-script and wrapped around the Express core.
Status
Welcome page - working
Config - working
Loader - working
Router - working
Controller - working
Model - working (Travel demo)
Lang - in progress
Database - in progess
Hooks - under review
Input - uses express
Output - uses express
Security - uses express
In general, files with an extension of .php are not yet ported, and files with an extension of .php.coffee are in progress.
Features
- Jade templating engine
- Redis session storage
- Bootstrap/LESS stylesheets
- Sequelize ORM
- Edit configuration defaults in application/config/config.coffee
- Includes php2coffee command line port tool
PHP2Coffee
Requires Zend compatible php runtime:
Usage: bin/php2coffee [OPTIONS] PATH [DESTINATION]
-h, --help display this help
-j. --javascript compiles resulting .coffee file
-r, --recursive recurse source path
-t, --trace trace output
-T, --tabs use tab character in output (default is spaces)
-d, --dump dump of tokens
PAL
Ported code uses pal.coffee, a php abstraction layer. Pal is a group of helper functions that mimic the php api. Use cake test to test pal.
License
(The MIT License)
Copyright (c) 2012 Bruce Davidson <[email protected]>
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.