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?