@koeroesi86/node-worker-express
TypeScript icon, indicating that this package has built-in type declarations

23.3.4508640840-main • Public • Published

Node Worker Express Publish

Express JS library for @koeroesi86/node-worker

Usage:

const { middleware } = require('@koeroesi86/node-worker-express');
const express = require('express');
const path = require('path');

const app = express();
app.use(middleware({ root: path.resolve('./public') }));
app.listen(80);

To run the example included:

yarn install
yarn start

For all options see types.

Readme

Keywords

none

Package Sidebar

Install

npm i @koeroesi86/node-worker-express

Weekly Downloads

2

Version

23.3.4508640840-main

License

MIT

Unpacked Size

61.8 kB

Total Files

29

Last publish

Collaborators

  • koeroesi86