Skip to content
Advertisement

Tag: express

passing node js variable to html using ajax

I am trying to pass python json results to html ajax from node js. What I want to make is, take some inputs from the client side, and when a submit button is hit, ajax is sending the variables to Node JS then the /data middleware runs a python script which handles the DB and stores the variables and showing

Advertisement