I have an issue where I need to combine the functionality of 2 nodejs apps. But one requires I use a pre version 1 of socket.io. The other needs a version greater than 1.
So I was wondering if it might be possible to run 2 separate nodejs servers on the same machine AND target the same port (same browser)
Can anyone suggest a way to do this to a nodejs novice?