Replies: 1 comment 1 reply
-
|
Для UDP сервера уже может понадобиться DTLS и/или реализация QUIC поверх него для полноценного использования HTTP/3. Сам по себе UDP даже не требует хранения пула сокетов клиентов, т.к. UDP не требует установки соединения и создания клиентского сокета. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Following Netter's core principle of creating servers simply and quickly, there is currently no support for creating UDP servers. This limits the library's capabilities, as the UDP protocol is widely used for high-performance servers where speed is prioritized over guaranteed delivery.
Detailed Explanation of the Idea:
Adding the ability to create UDP servers in Netter would allow developers to quickly and easily build applications that require UDP connections. This would expand the library's scope and make it more attractive to developers focused on creating fast and efficient network solutions.
Benefits:
Who would benefit:
Developers building:
Beta Was this translation helpful? Give feedback.
All reactions