tornadoweb / tornadoweb/tornado

Better UDP support with a built in UDPServer class

Open
#1,003 0 comments 5 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

tcpserver
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.