Hi All, I have some questions on node.js.I am actually trying to implement a push mechanism in my application. How can an application running in tomcat server talk to node.js server.What I am thinking of is making an async connection using ajax call from Tomcat to node.js.On receiving a notification from node the connection is closed and a new connection is established.
I have an application running in Tomcat. Regards Gaurav On Sunday, June 3, 2012 5:10:36 PM UTC+5:30, Sean McGowan wrote: > > I'm running NodeJS locally, with a simple HTTP server on port 8124. > > I'm running my web application in Tomcat on port 8080. > > I want my web application to make REST calls to the Node server. > > Any idas how I get around the cross-port communication issue here? > > Thanks, > Seán > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
