Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 530 Bytes

File metadata and controls

20 lines (18 loc) · 530 Bytes

Http Meta Protocol

An Addon for HTTP Servers in meta-system.

How to use it

This Addon is meant to be downloaded as a plugin for meta-system! Example:

{
  "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!