Kestrel
Kestrel is a cross-platform web server for ASP.NET Core. Kestrel is the web server that's included and enabled by default in ASP.NET Core project templates. Kestrel supports HTTPS, HTTP/2 (except on macOS), Opaque upgrade used to enable WebSockets, Unix sockets for high performance behind Nginx. Kestrel is supported on all platforms and versions that .NET Core supports. Some browsers require granting explicit permission to trust the local development certificate. Project templates configure apps to run on HTTPS by default and include HTTPS redirection and HSTS support. The Kestrel web server has constraint configuration options that are especially useful in Internet-facing deployments. There's a separate limit for connections that have been upgraded from HTTP or HTTPS to another protocol (for example, on a WebSockets request). The default maximum request body size is 30,000,000 bytes, which is approximately 28.6 MB.
Learn more
Mako Server
The Mako Server is a compact, event-driven web and application server designed for resource-constrained systems. Engineered for embedded environments, it combines a lightweight HTTP/HTTPS server with a Lua scripting engine, enabling high-level development with direct access to low-level C code. Its architecture delivers high performance, low memory use, and secure integration, making it ideal for systems that can’t support heavier frameworks but require dynamic web interfaces or APIs. The server supports live updates, built-in debugging, and Lua Server Pages (LSP), offering PHP-like scripting optimized for embedded use. Common use cases include device portals, diagnostic dashboards, REST APIs, and real-time WebSocket interfaces. Lua’s speed and small footprint align perfectly with the Mako Server’s goals. More than just a web server, Mako is a comprehensive framework that enables developers to integrate modern, secure, web-enabled features into compact devices.
Learn more
UUbyte ISO Editor
UUByte ISO Editor is the best tool for creating Windows bootable USB on macOS. The best thing about this app is that it can split the large install.wim file (> 4GB) by default. This is the most challenging part of making Windows 10/11 installation USB on Mac. In addition, ISO Editor is fully compatible with Intel and Apple Silicon Mac, including M1 and M2 chips. Currently, this app is working perfectly on the latest macOS, including Sonoma, Ventura, Monterey, Big Sur, Catalina and more. ISO burning is one of the most anticipated features of UUbyte ISO Editor. It allows users to directly burn ISO archives to an external media device, including a USB flash drive, CD, and DVD. The best part of this program is that it can make bootable disks from ISO images so you can use it to rescue the computer or fix system issues.
Learn more
HTTP Toolkit
Skim through traffic with highlighting by content type, status & source, or use powerful filtering tools to precisely match the messages that matter to you. Examine the URL, status, headers & body of each request or response, with inline explanations & docs from MDN. Dig into message bodies with highlighting & auto formatting for JSON, HTML, JS, hex and others, all using the power of Monaco, the editor from Visual Studio Code. Precisely match requests, jump to them when they appear, and edit anything: the target URL, method, headers or body. Manually respond directly to requests as they arrive, or pass them upstream, and pause & edit the real response on the way back. Step through HTTP traffic request by request, or manually mock endpoints and errors. Create rules to match requests and respond with your own content, to quickly prototype against new endpoints or services.
Learn more