Version: 2.0.0
Official Site: http://spludo.com/
Spludo is copyright 2009-2012 by DracoBlue http://dracoblue.net
Spludo is high performance, evented, server side, prototype based, javascript mvc web framework. It includes DI+AOP and a Convention-Over-Configuration Approach. The framework is running on the node.JS-platform, which employs the lightning fast V8-Engine.
-
Create the new project
$ spludo/spludo-gen new-project
-
Enter the folder
$ cd myapp
-
Run
In Server Mode
$ node run_server.js
and open your browser at http://localhost:8000/
In Console Mode
$ node run_console.js shell.hello
Hello, back!
- Site: http://spludo.com/
- Contributing: http://spludo.com/source/
- Mailing List: http://groups.google.com/group/spludo
- Issue Tracker: http://github.com/DracoBlue/spludo/issues
- Plugins: http://spludo.com/plugins/
- Tutorial: http://docsforit.spludo.com/
- User-Guide: http://spludo.com/user-guide/
Spludo is licensed under the terms of MIT. See LICENSE for more information.