pawelgaczynski / gain

Gain is a high-performance io_uring networking framework written entirely in Go.
Apache License 2.0
509 stars 22 forks source link

Support for UDP protocol #3

Closed misterquestions closed 1 year ago

misterquestions commented 1 year ago

Hey there,

This library seems very promissing for me.

Wondering if there are any plans on adding the UDP protocol support, aswell as more documentation around on how to use it.

pawelgaczynski commented 1 year ago

Hi,

The answer to both questions is: yes. I am currently working on improving the buffers and API. When I finish it I will create documentation and more usage examples. Then I will write support for the UDP protocol. Could you tell me what is your use case for Gain?

misterquestions commented 1 year ago

Well, basically I’m developing a game server where I’d love to use Go instead of C++ or Rust but achieving the best performance possible

pawelgaczynski commented 1 year ago

@misterquestions support for the UDP protocol has been implemented.