Answer the question
In order to leave comments, you need to log in
How to get input data?
I have rendered data from input(html) via javascript. How can I send this data to the server?
I had the option to send by mail. But I don't think it's the best.
Answer the question
In order to leave comments, you need to log in
So, for this you need a server api that will accept and process requests. Api is no different from the usual address http/adress/api/something else. The server will process the sent data and return a response. If you yourself want to create such a server on node, for example, get acquainted with the express framework. If it's not clear, please clarify. Or google.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question