Thursday, 18 May 2017

Is there an off the shelf way to unify TCP and Web sockets in Node.js?

I have a stack in which our Android apps are connecting via TCP sockets to our Node.js services which in-turn use Socket.io (Web socket) to talk to the browser client.

Before I write my own unification library (that sits in Node.js and relays messages back and forth between the two separate socket systems) I'm wondering if this is a bicycle that someone else has built (and probably better than I'm going to re-build) and hoping someone can point me in the right direction.



via Genia S.

No comments:

Post a Comment