An open API service indexing awesome lists of open source software.

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

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/)!