Software Details:
Version: 0.1.98
Upload Date: 13 Apr 15
Distribution Type: Freeware
Downloads: 79
Working on top of Express, Handlebars, and MongoDB (via Mongoose), Sleek.js is a powerful, relatively new MVC framework for Node.js, with a focus on extensibility and customization.
Sleek.js includes all the basic features you'd expect in an advanced Node.js framework, including a layout controller, advanced routing management, lots of helpers, in-depth documentation, and support for real-time applications via Socket.IO.
The framework can be used right away, and it can be customized pretty easily thanks to its modular structure, pluggable architecture, and support for themes.
What is new in this release:
- Changed ‘Defines', to call by system.defines(‘key'), instead of DEFINES.key, and updated defines.js to use module.exports, instead of global.
- Moved inbuilt mongodb to configuration library, and included in config.js. Mongodb connections is included in lib folder.
- Minor bug fixes - with plugin assets handling.
What is new in version 0.1.9:
- Upgraded to express version 4.x
- Added Grunt task runner, with nodemon for autoreload and lint support
- Integrated connect mongo module for session management.(optional, can be modified or removed. see session.js in ‘/lib' directory)
- Removed application hold, on uncaught exception, and improved error printing.
What is new in version 0.1.8:
- Added module functions. Plug & play modules can be developed for sleek.js apps & included in the modules folder
- Improved assets support. Assets can be included in plugin & themes folder, other than public folder.
- Updated new installer, for updating your existing sleek.js projects.
Requirements:
- Node.js 0.8 or higher
Comments not found