-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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:
- Aligns with Netter's core principle: simple and quick server creation, now for UDP as well.
- Expands the range of applications that can be built with Netter (games, video streaming, VoIP, etc.).
- Increases application performance by leveraging the UDP protocol.
- Attracts developers interested in creating UDP servers.
Who would benefit:
Developers building:
- High-performance network applications requiring UDP.
- Online games.
- Video streaming servers.
- VoIP servers.
- Network monitoring tools.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working