You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Deno does a great job, thank you to every contributor.
I use node:net packet for managing tcp socket connection. I would like to use the Deno Tcp socket libraries but this is very difficult to use.
And there is no good example.
I would like to use the same features in Deno as in Node.js
Like; Auto buffer size, onConnection, onError, onClose, onEnd events.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
Deno does a great job, thank you to every contributor.
I use node:net packet for managing tcp socket connection. I would like to use the Deno Tcp socket libraries but this is very difficult to use.
And there is no good example.
I would like to use the same features in Deno as in Node.js
Like; Auto buffer size, onConnection, onError, onClose, onEnd events.
Beta Was this translation helpful? Give feedback.
All reactions