1.2.4 • Published 7 years ago
octopod-core v1.2.4
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);
});