I'd like to watch for certain changes on a couchdb in a NodeJS app, currently hosted on Nodester.
Is it OK to just open long polling sockets or use setTimeout() in a Nodester app? Or is there some typical way people handle this on Nodester or similar hosts?