tornadoweb / tornadoweb/tornado
Better UDP support with a built in UDPServer class
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 22.2k
- Forks
- 5.6k
- Avg merge
- 3h 42m
- Merged PRs (30d)
- 16
Description
Let me know if this has been attempted/discussed in the past but having a sensible UDPServer class (the same way tornado provides a TCPServer one) would be tremendously helpful. I know there are examples sprinkled around the internets on how to use torando's io_loop on a UDP socket but it's all quite messy.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing Tornado's existing TCPServer and the scattered UDP socket examples that use the IOLoop. The issue provides no named files or tests, so the API and implementation scope would need to be established first. Done would mean a built-in UDPServer with a sensible interface comparable to TCPServer.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100