https://github.com/mapikit/http-json-meta-protocol
A protocol for HTTP JSON processing in meta-system
https://github.com/mapikit/http-json-meta-protocol
Last synced: 5 months ago
JSON representation
A protocol for HTTP JSON processing in meta-system
- Host: GitHub
- URL: https://github.com/mapikit/http-json-meta-protocol
- Owner: mapikit
- License: gpl-3.0
- Created: 2021-08-15T22:03:58.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-13T12:24:56.000Z (almost 3 years ago)
- Last Synced: 2025-10-14T12:45:00.640Z (8 months ago)
- Language: TypeScript
- Size: 415 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Http Meta Protocol
An Addon for HTTP Servers in [meta-system](https://github.com/mapikit/meta-system).
## How to use it
This Addon is meant to be downloaded as a plugin for meta-system!
Example:
```JSON
{
"addons": [
{
"configuration": {...},
"source": "http-meta-protocol",
"collectStrategy": "npm",
"identifier": "http-server"
}
]
}
```
If you're looking on information on how to configure this addon, head to the [official Meta-System Docs](https://mapikit.github.io/meta-system-docs/)!