gw0 / partial.js

Free web application framework for building Web sites and Web applications using JavaScript, HTML and CSS. Node.js (MVC) web application framework.

Home Page:http://www.partialjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

partial.js logo

web application framework for node.js

partial.js is the best ever web application framework for creating a rich web sites and web services. The framework has good documentation and contains many examples. Please support the framework on GitHub and other social networks.

Current version (v1.3.0) is Release Candidate 1 (RC 1)

$ npm install partial.js

Development:

Interesting:

Social networks:

Examples:

Modules:

Documentation

Do not miss


Videos on YouTube



WebSocket (Real-time) HTML5 Chat in 5 minutes

partial.js example


## Install partial.js step by step

partial.js on NPM

$ sudo npm install -g partial.js
$ mkdir mywebsite
$ cd mywebsite
$ partial.js
$ node debugging

# OR

$ node index 8080
$ open http://127.0.0.1:8000

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.

Contact

www.petersirka.sk - petersirka@gmail.com

About

Free web application framework for building Web sites and Web applications using JavaScript, HTML and CSS. Node.js (MVC) web application framework.

http://www.partialjs.com

License:MIT License


Languages

Language:JavaScript 99.4%Language:CSS 0.4%Language:Shell 0.1%