DEV Community

Discussion on: External Routes with Node.js

Collapse
 
shivam20 profile image
Shivam

how can i pass data from externalrouter to app.js in nodejs

Collapse
 
ryhenness profile image
Ryan

Hey Shivam, I would need more context to fully help you. But if you'd like to pass data from the front-end of the application (like what the user has typed in a textbox) to the server, check out POST requests: codeforgeek.com/handle-get-post-re...