Closed
Description
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