DEV Community

Discussion on: 'Express Middleware' is just a fancy way of chaining a bunch of functions. Explained in 3 mins 😎

Collapse
 
waqar903 profile image
waqar903

for now i have it in my PC with localhost:3000
i am also curious about which server is needed for these Api's
lets suppose i have a linux base Hosting and i want to upload these api's there? is it possible? how?

Thread Thread
 
techbos profile image
TechBos😎

There are many ways you can deploy your server, and this comment is not the best place to answer your question. Probably the easiest approach is to copy your js files to the server and node run from there. For mongodb you can either start your own instance on the server, or find some free servers online which are great for dev purpose. Good luck!

Thread Thread
 
waqar903 profile image
waqar903

thanks for help.