purplejs / purplejs-examples

PurpleJS example projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PurpleJS Examples

Build Status License

This repository holds various examples of how to use PurpleJS (http://purplejs.io). Here's a list of the examples contained in this repository:

  • Hello - simple hello world application.
  • Restful - example showing how to do restful applications.
  • SysInfo - example showing to integrate Java and create a library.

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.

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 example projects.

License:Apache License 2.0


Languages

Language:JavaScript 72.8%Language:Java 27.2%