I am looking for guidelines for pointing 3 internet domains to 3 different socketstream 3.x applications.
Lets say i have three ss apps running,
99.99.99.1:4010, 99.99.99.1:4020, 99.99.99.1:4030
and i own 3 domains
www.myfirstdomain.com, www.myseconddomain.com, www.mythirddomain.com
What is the recommended approach for routing the domains to the applications? Somehow make ss recognize url headers or something? Three different ips on server? I probably need some routing module for node? What to change in ss /app.js ?
Thank you in advance !