0

I want to create client server applications on same machine using simple html and javascript.

I have written 3 applications from which 2 are clients and remaining one should act as server.

I am running all these applications on different apache servers with different ports on same machine locally.

I want to access servers html page on request from any of the client.

How can I do it? What should I use for it?

Shraddha J
  • 714
  • 9
  • 17
  • Try this link, maybe this will help. https://stackoverflow.com/questions/51620225/multiple-servers-on-node-js – Chirag Paryani Feb 10 '20 at 06:33
  • To give the answer, I need to understand what kind of clients you have written? Ideally, communication should be done via web services in this case. Please elaborate this statement more "I want to access servers html page on request from any of the client." – Nish Feb 10 '20 at 07:03
  • Client is simply written in html and javascript as mentioned above. – Shraddha J Feb 10 '20 at 07:44

0 Answers0