DEV Community

sudoshreyas
sudoshreyas

Posted on

1 2

AJAX with nodejs and mysql

can someone please suggest the way or some tutorials to implement ajax for nodejs with mysql?

Top comments (2)

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.

👋 Kindness is contagious

Dive into this insightful write-up, celebrated within the collaborative DEV Community. Developers at any stage are invited to contribute and elevate our shared skills.

A simple "thank you" can boost someone’s spirits—leave your kudos in the comments!

On DEV, exchanging ideas fuels progress and deepens our connections. If this post helped you, a brief note of thanks goes a long way.

Okay