4 - How to use Dynamic Directives

February 5, 2016 - @chamerling

OpenPaaS is built to be modular, just because this is an extensible platform. In the first Tip, we introduced the AwesomeModule system we developed to be modular on the backend side. Today, we are going to focus on how to be modular on the frontend side.

Read More

3 - Use jobqueue module

February 4, 2016 - @BTNgo

OpenPaas offers many existing modules for you to use. This tip will show you how to use the jobqueue module, allowing to start background job and getting progressing informations about this job using Kue.

Read More

1 - Create a OpenPaas module

February 2, 2016 - @Eriflow

OpenPaas is using a technological stack very closed to the MEAN stack. To be modular, we created a complete module framework allowing anyone to wrap its own fullstack web application (express+angularjs) then include this project inside OpenPaas, getting finally access to the whole api.

Read More