Hi Noders, I've been playing with node.js as API server for an iOS app. I'm using MQTT protocol to power group chat.
For a activity feeds, I'm just wondering which module is better to use to handle request and response... Pub/sub for MQTT could work if using topics such as "/userid/request" and "/user/id/response", but I'm not sure this is an efficient pattern for server to handle requests. If I go with http request and use express or websocket, I need to maintain two different ports for each client. Any ideas? Thanks, Will -- -- 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 --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
