GitHub - infodb/restangular: Restlet + AngularJS integration demo

This project demonstrates how nicely Restlet & AngularJS interact.

Usage

From the project root, run :

Maven will create an auto-executable jar named restangular-1.0.jar in the target subdirectory.

The embedded web server can be run with :

 java -jar restangular-1.0.jar

The application is then available at : http://localhost:8000/web/index.html.

Frameworks

  • AngularJS is a Javascript framework developed by Google.
  • Restlet is a Java project that allows to easily expose and consume REST resources.

Licence

This project is published under the Apache 2.0 licence (see LICENCE-2.0.txt). This means you can take it, modify it, use it as a basis for your own projects, and even sell it. Have fun !

You might also like...