Tuesday, 18 September 2018

socket.io, express - todo app

Hi everyone, I hope you can help me.​I want to build a todo app with node.js but I want it to incorporate mongoDB (via mLab) - no authentication required.​I have figured out how to do that, but I am not sure how to handle the POST requests via the client side - do i use the jquery on ('submit') and then use socket io to connect to the server? or should I use something else?​Also, how should I handle the PUT and DELETE requests in node.js with socket io?​Thanks​​

Submitted September 18, 2018 at 09:02AM by its_joao

No comments:

Post a Comment