How to generate selenium script or test cases and run the same using nodejs?

I have installed selenium IDE plugin in FireFox and i created a test script also and exported as html file.

when i am opening this file in selenium ide then it is working fine but i want :-

  1. when this file is uploaded to remote machine having all the browsers, then automatically this html file has to run on each browser and that too is using nodejs.

** using nodejs i can open all the browsers one by one but i am not getting how to execute this html in that?

is there any DOS commands present for it? or what are the other ways that i can do that?

Please help me i am stuck in this.

thanks in advance