You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 26, 2021. It is now read-only.
Powerful framework plugin for turning your WordPress theme into an isomorphic JavaScript application.
== Description ==
NodeifyWP let's you create isomorphic JavaScript applications with PHP. With NodeifyWP, you can manage your content using WordPress and output the content directly on the front-end isomorphically without anything like Express. NodeifyWP yields all the benefits of WordPress and all the benefits of powerful isomorphic Node.js technologies. Pretty crazy, huh?
The magic is made possible through the [PHP V8Js PECL package](https://pecl.php.net/package/v8js) and [Google V8](https://developers.google.com/v8/). The easiest way to understand how this works is by looking at our [Twenty Sixteen React](https://github.com/10up/twentysixteenreact) theme.
Please refer to [Github](https://github.com/10up/nodeifywp) for detailed usage instructions and documentation.
== Installation ==
See installation instructions on [Github](https://github.com/10up/nodeifywp).