Skip to content

Building out server support #98

@lovelydinosaur

Description

@lovelydinosaur

There's a couple of aspects of the server support that need a little maturing...

  • Documentation. (Example cases... hello, world, simple API echoing, file server)
  • Connection reuse. Obvious & easy, just not implemented in the first-pass.
  • Connection timeouts.
  • Seperation of low-level networking from HTTP handling, similarly to client case.
  • HTTPS support.
  • Multi-socket serving. (Review against trio's listeners API)
  • Review how we handle logging, perhaps?
  • Documenting process managers (gunicorn, circus, supervisor).
  • Documenting reloaders (watchdog using watchmedo auto-reload).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions