Hi,
I'm working on a project in NodeJS as an add-on for livechat and event push for an existing site. The node server is host through apache because the rest of the site is built on LAMP.
Currently I've setup the socketio transport as "xhr-polling" , "jsonp-polling" (apparently apache 2.2 doesn't support websockets). This configuration works on my local. I'm just wondering if there's any potential drawback (other than the overhead from apache) using socketio with apache. Would it be able to work with around 100 online users?
Thanks!
Wayne