octopod-core
TypeScript icon, indicating that this package has built-in type declarations

1.2.4 • Public • Published

octopod-core

import { OctopodCore } from 'octopod-core'
 
const env = new OctopodCore({
    serverOptions: {
        port: 1818
    }
});
env.start((s) => {
    console.log('Started on port', s.address().port);
});

Readme

Keywords

none

Package Sidebar

Install

npm i octopod-core

Weekly Downloads

1

Version

1.2.4

License

Unlicense

Last publish

Collaborators

  • adriencastex