How to send input to Meteor server

Should I use meteor shell to do this? I have a readline call waiting for input in the server terminal but I don’t know how to get it to accept my input.

Thank you, is this the best way to interact with the meteor server to give stdin input then? It seems the Meteor Methods are for complex interactions.

Yes. It’s the best, standard, simplest way do do.

1 Like

If you want to send data to meteor from other system (not the browser), you can use this:

Hi @minhna, Just curious to know that
Is there a way to test them like the way we test the REST API in JMeter?

I need some bro help me this. I don’t have experiences of working with test software.