Connect multiple nodemcu to the same website

Hi, currently I am working on an access control project that reads RFID cards and launch the information from the cards read to a webpage using multiple Nodemcu, I did send data with only one esp12 to a webpage but I would like to know if there is a way to make multiple esp12 get the information from different card from different RFID readers placed in couple places and send it to a same webpage.
In advanced thank you.

Any number of clients can speak to a server. Think about how many clients are currently conversing with the Arduino server.

...R

Thank you for your answer, I know what you mean, I´m going to try doing that client-server communication, hopefully its going to work as I want.

santiago52:
I´m going to try doing that client-server communication, hopefully its going to work as I want.

It's always a good policy to do the testing before asking a question. That way if it works there is no need for a question. If it does not work you will have lots of additional information about the exact nature of the problem.

...R