Skip to content

Refactor Code and Docs "Server" Verbiage #720

Closed
@Archmonger

Description

@Archmonger

Current Situation

There are a lot of locations in the source & docs where we currently call things "server", when they really should be called "web frameworks"

Proposed Actions

Rename functions, comments, and docs while keeping these guidelines in mind

  • Web Framework = FastAPI, Flask, Sanic, Tornado, Django
  • Web Server = Gunicorn, Uvicorn, Hypercorn, Daphne, Built-in development servers, etc
  • Reactive Component Framework = IDOM
    • It's an easier way to distinguish us rather than the more literal "we are a web framework built on-top of web frameworks"
  • Views = Built-ins that assist in plopping something visual onto the page
  • Components = We are already pretty good about the usage of "component", no need for change

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority-3-lowMay be resolved one any timeline.type-docsAbout changes and updates to documentationtype-refactorAbout improving code structure.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions