1.2.4 • Published 9 years ago

octopod-core v1.2.4

Weekly downloads
1
License
Unlicense
Repository
-
Last release
9 years ago

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);
});
1.2.4

9 years ago

1.2.3

9 years ago

1.2.2

9 years ago

1.2.1

9 years ago

1.2.0

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago