#web

24 pages tagged web.

24/24

APIs

Contracts that let separate software systems talk to each other.

06-10-2026#apis#integration#web

streamlit

Package-level reference for the streamlit framework on PyPI — install variants, version policy, extras, and alternatives.

05-31-2026#pip#package#web

reflex

Package-level reference for reflex on PyPI — install variants, Node.js requirement, version policy, and alternatives.

05-31-2026#pip#package#web

markupsafe

Package-level reference for markupsafe on PyPI — install, the Markup class, escape semantics, and its role as a Jinja2/Flask/Django dependency.

05-31-2026#pip#package#template

litestar

Package-level reference for Litestar on PyPI — install variants, version policy, the `[full]` extra, ecosystem companions, and alternatives.

05-31-2026#pip#package#web

jinja2

Package-level reference for Jinja2 on PyPI — install, version policy, autoescape gotchas, sandboxing, and the template features behind Flask, Ansible, and Sphinx.

05-31-2026#pip#package#template

hono

Package-level reference for Hono — minimal routing, typed handlers, middleware, RPC client, and deployment to Cloudflare Workers, Bun, Deno, Node, and Vercel Edge.

05-31-2026#npm#package#web

flask

Package-level reference for Flask on PyPI — install variants, version policy, extension ecosystem, and alternatives.

05-31-2026#pip#package#web

fastify

Package-level reference for the Fastify framework on npm — install, plugin model, Node support, and validation/encapsulation gotchas.

05-31-2026#npm#package#fastify

fastapi

Package-level reference for FastAPI on PyPI — install variants, version policy, the `[all]` extra, ecosystem companions, and alternatives.

05-31-2026#pip#package#web

express

Package-level reference for Express on npm — install, middleware model, Node support, 4-to-5 migration, and production deployment.

05-31-2026#npm#package#express

elysia

Package-level reference for Elysia — end-to-end type safety, plugins, Eden RPC client, schema validation, and Bun-first deployment.

05-31-2026#npm#package#web

django

Package-level reference for Django on PyPI — install variants, LTS release cadence, ecosystem companions, and alternatives.

05-31-2026#pip#package#web

astro

Package-level reference for the Astro framework on npm — install, integration ecosystem, runtime support, and SSR/SSG adapter gotchas.

05-31-2026#npm#package#astro

streamlit

Build interactive web apps for data and ML in pure Python. Covers widgets, layout, session state, caching, multipage apps, and deployment patterns.

05-25-2026#python#streamlit#ui

HTTP

The request/response protocol that carries almost every API, page, and download on the modern internet — methods, status codes, headers, caching, and three wire formats (HTTP/1.1, HTTP/2, HTTP/3).

05-25-2026#web#protocol#api

flask

Build lightweight web apps and REST APIs with Flask. Covers routes, request handling, JSON responses, blueprints, and the debug-server warning.

05-25-2026#python#flask#web

Fastify

Fastify is a high-performance Node.js web framework with schema-driven validation, plugin encapsulation, hooks, decorators, and built-in Pino logging — covering routes, plugins, hooks, error handling, and production hardening.

05-25-2026#javascript#node#backend

BeautifulSoup

Parse, search, and mutate HTML/XML with BeautifulSoup 4. Covers parser choice (html.parser/lxml/html5lib), find/find_all/select, tree navigation, attribute access, and pairing with requests/httpx/playwright for end-to-end scraping.

05-25-2026#python#beautifulsoup#scraping

Astro

Astro is a multi-page, content-first web framework with an islands architecture — server-render Markdown, MDX, and component pages to static HTML, then hydrate interactive widgets selectively with React, Vue, Svelte, or Solid.

05-25-2026#javascript#framework#astro

APIs

A versioned contract between two pieces of software — endpoints, verbs, payload shapes, errors, and auth — that decouples a caller from an implementation.

05-25-2026#http#contract#protocol

reflex

Build interactive web applications entirely in Python with Reflex. Covers state, components, events, pages, database, forms, and deployment.

04-27-2026#python#reflex#web

litestar

Build fast, type-safe HTTP APIs and web apps with Litestar. Covers route handlers, path/query/body params, DTOs, dependency injection, middleware, WebSockets, and OpenAPI.

04-27-2026#python#litestar#asgi

django

Build database-driven web applications with Django. Covers project setup, models, migrations, the admin panel, views, forms, class-based views, middleware, signals, ORM advanced patterns, and the management command workflow.

04-25-2026#python#django#web