4.0.11 • Published 2 years ago

@iopa/edge-nodejs v4.0.11

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

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

4.0.9

2 years ago

4.0.8

2 years ago

4.0.5

2 years ago

4.0.4

2 years ago

4.0.10

2 years ago

4.0.7

2 years ago

4.0.6

2 years ago

4.0.1

2 years ago

4.0.3

2 years ago

4.0.2

2 years ago

4.0.11

2 years ago

4.0.0

2 years ago