purplejs / purplejs

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PurpleJS Framework

Build Status Build status License codecov Download

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. 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:

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.

About

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

License:Apache License 2.0


Languages

Language:Java 50.5%Language:Groovy 46.3%Language:JavaScript 3.2%