AngularJS Webapplication meets WordPress Blog

We are developing a hybrid Mobile Application, which will be also reachable via web.

Stack:

Read More

DB: NO-SQL / Firebase
Server: Firebase/ Node.js
Client Mobile: Cordova, Ionic, AngularJS
Web: AngularJS

For SEO reasons and to deliver our content we are using WordPress as CMS Engine.

We want to connect our Webapplication and integrate it seamless into our WordPress blog.

The idea is to have a structure like this.

-Main Application(kind of Landingpage AngularJS/Application)
- Blogcategorie1 (WP)
- Blogcategorie2 (WP)
- Blogcategorie3 (WP)
- About Us (WP)
- Authors (WP)
- Impressum (WP)

1) How can this be done?

2) Are there any performance issues integrating Webapplications into WordPress Engine?

3) Other ideas to integrate WordPress and AngularJS seamless?

Thank you in advance

Related posts

Leave a Reply

1 comment

  1. There are more solutions you your needs one of them is to use an angularjs enabled theme, you can do this usign this plugin: AngularJS for WordPress this will help you add angularjs to your theme so from that point on all you have to do is to build your app in a template file.

    Would having the 2 things apart be a solution? run your wordpress independently of your angular webapplication. What do they have in common except running on the same server? should they be in the same folder? I don’t see an issue in this case either.

    If things get complicated and both above ideas are no go’s then have a look at wp-api you can get wordpress data using wordpress api but this might fall out of your scope of using wordpress.