octopod-core
v1.2.4
Published
```typescript import { OctopodCore } from 'octopod-core'
Downloads
6
Readme
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);
});