JSPM

  • Created
  • Published
  • Downloads 1222
  • Score
    100M100P100Q101913F

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@dcl/mini-comms) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Minimum Viable Comms - Reference implementation of RFC-5

    Getting Started

    Dependencies

    • Node >= v16

    Installation

    Install Node dependencies:

    make install

    Usage

    Build and start the project:

    make build
    make start

    Test

    Run unit and integration tests:

    make build
    make test

    Environment Variables

    Server

    • HTTP_SERVER_PORT: (Defaults to 3000)
    • HTTP_SERVER_HOST: (Defaults to 0.0.0.0)