I just open-sourced a universal metaobject and DSL API playground for PHP and JavaScript.
- Define APIs and objects in a simple DSL file (`routes.dsl`)
- Instantly expose GET/POST endpoints
- Send and introspect full objects (including nested/meta objects) between browser and server
- Includes a demo playground (main.html) and complete docs
shahafzm•4h ago
I just open-sourced a universal metaobject and DSL API playground for PHP and JavaScript. - Define APIs and objects in a simple DSL file (`routes.dsl`) - Instantly expose GET/POST endpoints - Send and introspect full objects (including nested/meta objects) between browser and server - Includes a demo playground (main.html) and complete docs
Repo: https://github.com/badwolfzm/metaobject-protocol-demo
I’d love feedback, suggestions, or contributions. Thanks!