DEV Community

Discussion on: AJAX with nodejs and mysql

Collapse
 
davidszabo97 profile image
Dávid Szabó

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.

Collapse
 
sudoshreyas profile image
sudoshreyas

actually i am not able to show it correctly in the front end.The data is sent by backend correctly.