Title: How to enable nodejs module?
Last modified: September 1, 2016

---

# How to enable nodejs module?

 *  Resolved [master412160](https://wordpress.org/support/users/master412160/)
 * (@master412160)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/how-to-enable-nodejs-module/)
 * Wanna use a program that runs on nodejs with WordPress users db, so they make
   an acc on WordPress and the program that runs on nodejs can communicate with 
   the blog.
 * So how does one make it possible that wordpress understands nodejs?
 * [https://wordpress.org/plugins/jetpack/](https://wordpress.org/plugins/jetpack/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [9 years, 9 months ago](https://wordpress.org/support/topic/how-to-enable-nodejs-module/#post-7716630)
 * If you want to build a Node.js app that pulls data from a WordPress site, you
   can use 2 different solutions to make your WordPress site’s data available via
   an API.
    1. The first solution is [the WP REST API plugin](https://wordpress.org/plugins/rest-api/).
       The plugin enables multiple API endpoints allowing you to grab information about
       posts, pages, users, and more. It’s also a framework you can expand upon, to
       build your own endpoints to return the data you need. You can find the documentation
       [here](http://v2.wp-api.org/).
    2. An alternative would be WordPress.com REST API. It includes a number of endpoints,
       listed in the documentation [here](https://developer.wordpress.com/docs/api/).
       To use that API, you’ll need to install the Jetpack plugin, and then go to Jetpack
       > Settings and activate the JSON API module on the site you want to pull posts
       from.
 * I hope this clarifies things a bit. If you have questions about one of those 
   APIs, I’d recommend checking the documentation, as well as the different examples
   currently live . Here is [one](https://github.com/Automattic/Picard).

Viewing 1 replies (of 1 total)

The topic ‘How to enable nodejs module?’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/how-to-enable-nodejs-module/#post-7716630)
 * Status: resolved