is it possible to create a wordpress blog inside my NodeJS application? I mean, I would like to integrate a wordpress blog inside my website, in the same domain. If the user access a url like test.com/blog he would be redirected to the blog, without leave my webpage.
Thanks in advance