rawhat / glisten

A pure gleam TCP library
Apache License 2.0
55 stars 8 forks source link

UDP support? #18

Closed Lilja-at-funnel closed 3 months ago

Lilja-at-funnel commented 3 months ago

Hi!

Is there any support for glisten to do listen for UDP traffic? Thanks

rawhat commented 3 months ago

The structure of this library is pretty tied to how TCP works. It's crossed my mind to try to make it agnostic, but I'm not really sure how possible that is. Or really how much I want to try to rewrite this to handle that.

I published a super barebones UDP server. I honestly haven't used UDP in any capacity for a long time, and even then it wasn't very much. So I don't know how good it is 😅 I'm definitely open to issues there!