Pode is a Cross-Platform PowerShell web framework for creating REST APIs, Web Sites, and TCP/SMTP servers
Die Hauptfunktionen von badgerati/pode sind: Server Frameworks, Web Frameworks.
Open-Source-Alternativen zu badgerati/pode sind unter anderem: encode/apistar — APIStar is an OpenAPI framework providing a toolkit for building and verifying web APIs. It functions as an API schema… hyperium/hyper — Hyper is a low-level networking library designed for building high-performance HTTP clients and servers. It provides a… ant0ine/go-json-rest — A quick and easy way to setup a RESTful JSON API. biosustain/potion — Flask-Potion is a RESTful API framework for Flask and SQLAlchemy, Peewee or MongoEngine. falconry/falcon — Falcon is a minimalist Python web API framework and high-performance microservices framework. It serves as a… nestjs/nest — Nest is a server-side framework for building scalable and maintainable enterprise-grade applications using TypeScript.…
Flask-Potion is a RESTful API framework for Flask and SQLAlchemy, Peewee or MongoEngine
APIStar is an OpenAPI framework providing a toolkit for building and verifying web APIs. It functions as an API schema validator, a traffic auditor, and a documentation generator to ensure compliance with API specifications and data types. The project converts OpenAPI and Swagger schemas into visual developer guides using customizable themes. It also implements a dynamic API client that adapts to defined schemas to send requests to remote servers. The framework includes capabilities for validating API schemas to identify structural mistakes and auditing incoming and outgoing web traffic agai
A quick and easy way to setup a RESTful JSON API
Falcon is a minimalist Python web API framework and high-performance microservices framework. It serves as a resource-oriented API toolkit designed for building RESTful APIs and data plane services that prioritize low overhead, reliability, and scale. The framework implements an ASGI web server interface to handle both synchronous and asynchronous HTTP requests and WebSockets. It features a dedicated HTTP middleware system for intercepting network traffic and executing shared processing logic across multiple API endpoints. Its capability surface covers resource-based routing, HTTP specificat