Y
Y
ymenaidtopa2021-11-11 21:46:15
JavaScript
ymenaidtopa, 2021-11-11 21:46:15

How to accept and send post requests (express node.js)?

I want to make api, but I don't understand how to send and process post requests

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Belyaev, 2021-11-11
@ymenaidtopa

To send requests from a node, there is:
https://nodejs.org/dist/latest-v17.x/docs/api/http...
https://www.npmjs.com/package/node-fetch
To receive:
expressjs.com/en/4x/api.html#app.post.method

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question