REST JSONP server using mojolicious for : Complex web apps made simple http://angularjs.org/ mojolicious: the web in the box! http://mojolicious.org/ This is my attempt to implement REST API described at: http://docs.getangular.com/REST.Basic using simple in-memory model for experimenting with local datasets using Installation: git submodule init git submodule update Optionally build angular to get single file download cd public/angular rake compile cd - Start it with: ./angular-server.pl daemon --reload