Hi Folks,
I have a 100% working nowJS app. Now I want to host it on Windows Azure so I can test it online.
The only problem I currently have is linking the now.js file.
I can't just use localhost:8080/nowjs/now.js because on Windows Azure, I cannot specify a port or something. The server.listen goes like server.listen(process.env.port);
Any help would be appreciated :)
Thanks!