Building websites for high traffic with REST APIs, AngularJs and Jekyll

If you have few hw resources and/or you expect high traffic on your website, here are some quick suggestions (also taken from the article Meet the Obama campaign’s $250 million fundraising platform): Expose your business logic with REST services Use a javascript framework like angularJS for calling your rest APIs and building a dynamic site Build a (not so) static website using Jekyll or similars and put your static files on S3 (if you are using Amazon AWS) use a CDN A sample website (not hosted at AWS but home based using a poor raspberryPI2) is http://paroleonline....

May 5, 2016 · 1 min · 97 words · Matteo Redaelli

Adding an application (angularjs+rest api) inside a Wordpress site

If you need to integrate an application written with AngularJS and Rest API services in your wordpress website, just create an empy page and edit it in “text” mode with something like```

April 26, 2016 · 1 min · 32 words · Matteo Redaelli