4.0.11 • Published 3 years ago

@iopa/edge-nodejs v4.0.11

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 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

3 years ago

4.0.8

3 years ago

4.0.5

3 years ago

4.0.4

3 years ago

4.0.10

3 years ago

4.0.7

3 years ago

4.0.6

3 years ago

4.0.1

3 years ago

4.0.3

3 years ago

4.0.2

3 years ago

4.0.11

3 years ago

4.0.0

3 years ago