can someone please suggest the way or some tutorials to implement ajax for nodejs with mysql?
For further actions, you may consider blocking this person and/or reporting abuse
can someone please suggest the way or some tutorials to implement ajax for nodejs with mysql?
For further actions, you may consider blocking this person and/or reporting abuse
keploy -
Hugo Valters -
Hillary-prosper Wahua -
Spacelift team -
Top comments (2)
Kind of confusing question.
Ajax is a client-side "technique" not server side.
You can just simply use fetch() on the client side and use a http server in nodejs.
actually i am not able to show it correctly in the front end.The data is sent by backend correctly.