Finally going to share a small collection of tools and libraries built with the mORMot2 framework. Most, if not all, are written purely with it. That means if you are interested in using them in your own Pascal codebase, adopting mORMot2 is required.
- Utilities and helpers written in mormot2 (no external dependencies).
- Experimental ideas and reusable building blocks for mormot-based projects.
- Almost all of them are currently used in professional projects and many hobby projects not disclosed.
- mormot.ext.mcp: build your MCP servers using mormot2 with no external deps or components.
- mormot.ext.winsparkle: a pure mormot2 wrapper for WinSparkle, an app update framework (Windows-only) - supports silent install.
mormot2-sockify, a WebSocket to TCP proxy/bridge like the well-known websockify.- Telegram API and bot framework.
- HTTP OAuth2, CSP/CORS units.
- An implementation of Google Firebase Cloud Messaging to distribute push notifications without external dependencies on Android and iOS devices.
Refer to mORMot licensing.