Do you know any node.js application that do something similar to http://olark.com. Not necessarily for multiple website, I just need it for single domain. I just want to install it myself on heroku and run chat customer support for my website on it.
Thanks,
Michal
There are open source tools that you can check out like :
They allow you to incorporate realtime features into your nodejs app & you can probably have a very simplified olark-type app in just a couple lines of code.