An open API service indexing awesome lists of open source software.

https://github.com/purplejs/purplejs

PurpleJS framework :rocket: - A javascript application framework on the JVM.
https://github.com/purplejs/purplejs

Last synced: about 1 year ago
JSON representation

PurpleJS framework :rocket: - A javascript application framework on the JVM.

Awesome Lists containing this project

README

          

PurpleJS Framework
==================

[![Build Status](https://travis-ci.org/purplejs/purplejs.svg?branch=master)](https://travis-ci.org/purplejs/purplejs)
[![Build status](https://ci.appveyor.com/api/projects/status/ivr97k669mih6tec?svg=true)](https://ci.appveyor.com/project/srs/purplejs)
[![License](https://img.shields.io/github/license/purplejs/purplejs.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
[![codecov](https://codecov.io/gh/purplejs/purplejs/branch/master/graph/badge.svg)](https://codecov.io/gh/purplejs/purplejs)
[![Download](https://api.bintray.com/packages/purplejs/maven/purplejs/images/download.svg)](https://bintray.com/purplejs/maven/purplejs/_latestVersion)

PurpleJS is a simple and capable framework for creating performant web applications without leaving Javascript. It is created in Java to give the flexibility and performance Java provides. It's optional to use Java but it's required if you need to embed PurpleJS in existing applications.

Building
--------

PurpleJS builds with [Gradle](http://gradle.org). You do not need to install Gradle to build the project, as Gradle can install itself. To build, run this in the checkout:

```
./gradlew build
```

That will build the entire project and run all the tests.

Documentation
-------------

To get started with PurpleJS, please look at the following links:

* [PurpleJS Wiki](https://github.com/purplejs/purplejs/wiki)
* [PurpleJS Examples](https://github.com/purplejs/purplejs-examples)

Contributing
------------

Contributions are always welcome! If you'd like to contribute (and we hope you do) please send one of the existing contributors a nudge.

License
-------

```
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```