Package Exports
- partial.js
- partial.js/builders
- partial.js/utils
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (partial.js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
web application framework for node.js
- Homepage / www.partialjs.com
- Follow partial.js on Twitter @partialjs
- Blog example: new example - blog written in partial.js and NoSQL embedded database (without installation)
- E-shop example: new example - e-shop written in partial.js and NoSQL embedded database (without installation)
- Documentation: partial.js documentation
- Async web framework - example: async methods
- Simple view engine - example: view engine
- Simple routing + support flags ['xhr', 'post', 'get', 'put', 'delete', 'upload', 'json', 'logged', 'unlogged', 'debug', 'xss', '!custom-flag'] - example: flags
- Simple cacheing - http cache example, partial cache example
- Simple directory structure (controllers, modules, public, logs, tmp, templates, views, resources)
- Simple code structure
- Simple error handling
- Simple cookie manipulation - example: cookies
- Simple listing via templates - example: listing via templates
- XSS protection example: XSS
- Share controller functions and models over framework - example
- Assertion Testing - example: testing
- Supports custom helpers - example: custom helpers
- Supports routing to static file for dynamic creating static file - example: routing
- Supports controller sharing between other controllers - example
- Supports debug mode with custom settings without cache - example: debug mode
- Supports file upload - example: file upload
- Supports copy&paste custom code between projects - example
- Supports modules (module can create route, view, template, content, resource or static CSS/JS file) - example: module
- Supports form data validation - example: validation
- Supports simple log writer - example: logs
- Supports simple restrictions example: restriction
- Supports serve static files
- Supports streaming static files - implemented Accept-Ranges
- Supports HTML minification
- Supports JavaScript compress
- Supports JavaScript dynamic compress in views - example: dynamic JavaScript compress
- Supports simple LESS CSS (with compress) - example: LESS CSS
- Supports Markdown parser - example: Markdown
- Supports resources (for multilanguage pages) - example: resources
- Supports prefixes for mobile devices - example: prefixes
- Supports simple SMTP mail sender - example: SMTP mail sender
- Supports simple mail templating - example: mail templating
- Supports custom authorization - example: authorization
- Supports simple image processing (resize, crop, blur, sepia, grayscale, etc.) with GraphicsMagick or ImageMagick - example
- Easy adding dynamic META tags in views or controllers - example: meta tags
- Easy adding dynamic Settings in views or controllers - example: view settings
- Simple use paypal payment with node-paypal project - example: paypal
- Supports simple pagination builder - example: pagination builder
- Supports live usage information - example: framework usage
- Supports dynamic stop server - example: stop server
- Supports verification of framework - example: verification
- Supports backup and restore website - example: backup & restore, auto-backup example
- About 8 000 lines of JavaScript code, all files have 300 kB
- No dependencies
- More examples
- Documentation
- Supports internal NoSQL embedded database - example: authorization or example: contact form
partial.js NoSQL embedded database
- Small and simple data storage for small web site
- Written in JavaScript
- Asynchronous insert, read, update, remove
- Easy filtering documents
- partial.js example: authorization or partial.js example: contact form
- No dependencies
- NoSQL embedded database project on GitHub
partial.js Backup & Restore
- Written in JavaScript
- Easy backup & Easy Restore
- Small and effective
- Backup file is text file and all files are compressed via GZIP
- partial.js backup & restore example, partial.js auto-backup example
- No dependencies
- Backup & Restore project on GitHub
partial.js presentation
Install step by step partial.js
$ sudo npm install -g partial.js
$ mkdir mywebsite
$ cd mywebsite
$ partial.js
$ node keepalive 8080
$ open http://127.0.0.1:8080
Interesting modules
- Simple Backup/Restore module for node.js - https://github.com/petersirka/backup
- PayPal Express Checkout for node.js - https://github.com/petersirka/node-payment-paypal
- CouchDB client for node.js - https://github.com/petersirka/node-couchdb
- MongoDB (www.mongolab.com) REST client for node.js - https://github.com/petersirka/node-mongolab
- HTTP-RDBMS REST node.js client for partial.js (MySQL, SQL Server, OleDB, ODBC) - https://github.com/petersirka/node-rdbms
I am still improving my english.
The MIT License
Copyright (c) 2012-2013 Peter Širka petersirka@gmail.com
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.