1 个仓库
Tools for developing and testing functions targeted for edge computing platforms locally.
Distinct from Cloudflare Workers Implementations: Candidates focused on deployment or implementations, not the local development environment itself.
Explore 1 awesome GitHub repository matching development tools & productivity · Edge Function Development Tools. Refine with filters or upvote what's useful.
Miniflare 是一个用于 Cloudflare Workers 的本地模拟器和仿真器。它在本地机器上提供了一个无服务器(serverless)运行时环境,允许在不部署到生产云环境的情况下开发和测试函数及边缘 API。 该项目实现了边缘存储原语的本地模拟,包括键值存储、对象存储和持久对象(Durable Objects)。它进一步启用了本地集成测试平台,其中无服务器函数在隔离的沙盒中执行。 该工具集涵盖了广泛的开发面,包括通过文件系统监控进行热重载、存储绑定的本地状态持久化,以及环境密钥管理。它还支持使用状态隔离容器进行自动化集成测试,以防止测试用例之间的数据泄漏。
Provides a comprehensive local environment for developing and testing Cloudflare Workers without deploying to the edge.