PHP's lightweight HTTP client
Les fonctionnalités principales de kriswallsmith/buzz sont : Client Libraries, Static Site Generators.
Les alternatives open-source à kriswallsmith/buzz incluent : react-static/react-static — react-static is a React static site generator that transforms components into static HTML files to improve page load… ada-ros/rclada — Ada client library for ROS2/RCL. ajuna-network/ajuna.netapi — Ajuna .NET API Full-featured substrate node API. ajuna-network/ajuna.sdk — Ajuna SDK is a .NET toolchain featuring .NET framework extensions and code generation utilities to build substrate… aphoh/go-substrate-gen — A tool that generates boilerplate code for substrate-based chains (calls, storage access, events, etc) using… actix/actix-web — Actix Web is an asynchronous web framework designed for building high-performance network services. It provides a…
react-static is a React static site generator that transforms components into static HTML files to improve page load speed and search engine optimization. It functions as a progressive web app framework, exporting static HTML that hydrates into a full interactive application to enable real-time updates and instant navigation. The project distinguishes itself as a static site asset optimizer, using code-splitting and an asset prefetching queue to reduce perceived load times. It includes a dedicated MDX content processor to generate routes from Markdown files with JSX and frontmatter, as well a
Ajuna .NET API Full-featured substrate node API
Actix Web is an asynchronous web framework designed for building high-performance network services. It provides a foundation for processing concurrent requests through a non-blocking execution model, utilizing an actor-based concurrency system to manage lightweight processes and message passing. The framework includes a low-level networking layer that handles the parsing and serialization of HTTP traffic according to standard specifications. The framework distinguishes itself through a type-safe routing engine that enforces strict data types at compile time, ensuring that request parameters a