Addon development using HTML5
Permalink
Hi,
Being a long-term c5 user, I know that concrete5 is a MySQL- PHP app however, I prefer HTML5 (JS, local storage, service workers) for development.
Can we develop addons for c5 v5.6, v5.7 using HTML5 & JS bypassing PHP-MySQL completely (or may be a bit). Does 5.7 support that?
Any API or dev docs?
Regards,
dkj
Being a long-term c5 user, I know that concrete5 is a MySQL- PHP app however, I prefer HTML5 (JS, local storage, service workers) for development.
Can we develop addons for c5 v5.6, v5.7 using HTML5 & JS bypassing PHP-MySQL completely (or may be a bit). Does 5.7 support that?
Any API or dev docs?
Regards,
dkj
With that in place, you can then write a block or single page to wrap your javascript application with angular or backbone or whatever you like.
On 5.7+ the frameworks the core is based on provide considerable support for doing that. On 5.6 you are petty much left to yourself, but sometimes that can be an advantage.