1.2.4 • Published 7 years ago

octopod-core v1.2.4

Weekly downloads
1
License
Unlicense
Repository
-
Last release
7 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

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago