Hi there /r/node , I'm a long time lurker of this sub and recently started diving into using full stack Javascript as my main programming projects by making some basic command line tools.I also came across Express.JS which seems like a really interesting way of making the backend of web development and websites. I'm currently working on a website in which I have a basic form setup that I want to be handled by a Node application, but most of the documentation documents how to use Express.JS as the entire webserver. I currently have basic webhosting at a company which I frankly don't want to get rid of... Is there any way I can send POST requests from the form to a different server that listens to HTTP requests, but have it interact with the current website? I believe the hosting is running Apache, but I only have access to the storage.
Submitted January 22, 2020 at 05:25PM by bkamphues
No comments:
Post a Comment