Maksims / web-udp-public

Public demand for Web UDP
MIT License
317 stars 11 forks source link

geckos.io - client/server connections over UDP #15

Open yandeu opened 4 years ago

yandeu commented 4 years ago

Hi @Maksims

Check out the library I built called geckos.io. It allows client/server connections over UDP using WebRTC and Node.js.

Maksims commented 4 years ago

Great job! I wish the core network layer, would be minimal as native WebSockets support and separate from abstraction layer over it.