Mhhany
Mhhany

Reputation: 321

Socket.io alternative for tcp server

So.. I was looking for a nodejs package that works with tcp servers but the net package does not handle messages as events. I'm looking for something like socket.io but works with tcp servers/clients, handles messages as events and has good tutorials online.

thanks in advance :)

Upvotes: 0

Views: 256

Answers (1)

Berk Öztürk
Berk Öztürk

Reputation: 227

There is a library called pusher. You should check it out.

https://pusher.com/

Upvotes: 1

Related Questions