saranki / product-jaggery

Welcome to the WSO2 Jaggery source code! For info on working with the WSO2 Jaggery repository and contributing code, click the link below.

Home Page:http://wso2.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

{jaggery.js} - The delicious Javascript framework

Jaggery is a framework to write webapps and HTTP-focused web services for all aspects of the application: front-end, communication, server-side logic and persistence in pure Javascript. One of the intents of this framework is to reduce the gap between writing web apps and web services. Jaggery is open-source and released under Apache 2.0.

As a pure Javascript server-side scripting engine, Jaggery combines all the strengths of Javascript with flexibility and freedom at both the development and deployment stages. Most JavaScript webapp development mechanisms restrict developers to a framework-specific structure or patterns, which demand an additional learning curve. By contrast, with Jaggery, any developers who are versed in Javascript have everything they need to get going.

More information about jaggery can be found at jaggeryjs.org.

####Jaggery Community Server (with samples and modules)####

  1. Clone the repo using git clone --recurse-submodules https://github.com/wso2/product-jaggery.git. (If you have already cloned repo, then init jaggery-extensions submodule using git submodule init && git submodule update)
  2. mvn clean install

About

Welcome to the WSO2 Jaggery source code! For info on working with the WSO2 Jaggery repository and contributing code, click the link below.

http://wso2.github.io/

License:Apache License 2.0


Languages

Language:JavaScript 65.0%Language:Java 15.3%Language:CSS 12.2%Language:HTML 5.7%Language:Shell 0.9%Language:Batchfile 0.9%