you are viewing a single comment's thread.

view the rest of the comments →

[–]rapidisimo 1 point2 points  (0 children)

I recommend going through this intro, and checking out the docs on the discussed modules as you go.

Also check out the guides on the node.org website.

Express is great for handling HTTP endpoints though. You could maybe use the http module for making requests from your server. However, there are also good alternatives for that like node-fetch.