@iopa/edge-nodejs
TypeScript icon, indicating that this package has built-in type declarations

4.0.11 • Public • Published

IOPA
@iopa/edge-nodejs

NPM

NPM

About

This repository contains an HTTP Server for the IOPA Framework that runs as a Node process.

Usage

import { listen } from '@iopa/edge-nodejs'

const app: IRouterApp = new RouterApp()

app.build()

// Listen on process.env.PORT or 8082

async function startServer(): Promise<void> {
  await listen(app)
}

void startServer()

License

Apache-2.0

API Reference Specification

IOPA

Package Sidebar

Install

npm i @iopa/edge-nodejs

Homepage

iopa.io

Weekly Downloads

0

Version

4.0.11

License

Apache-2.0

Unpacked Size

49.8 kB

Total Files

12

Last publish

Collaborators

  • tinialabs1
  • iopa-admin
  • guycreate