Hacker News new | ask | show | jobs
by deforciant 2579 days ago
Do you use libuv on go side as well?
2 comments

You don't want to use C lib in Go for performance reason.
Nope. The Go implementation uses net.Conn from the standard library.