Using Wordpress with Nodejs and Express

Viewed 812

I set up a Node.js server that serves a database and need to integrate it into Wordpress. Is there a way to intregrate a simple express page and would like to display the "Hello World" page on a site hosted by Wordpress. Is there a good, solid way to handle get request in Node.js and send the result to the Wordpress site?

EDIT:

I noticed the Wordpress module, but as far as I can tell, it doesn't have the functionality that express does (e.g. res.redirect('/') or something like res.send('Test')). I need a way to: integrate my already made express server to send to Wordpress.

0 Answers
Related