UNPKG

comedy

Version:

Node.js actor framework.

16 lines (11 loc) 394 B
#!/usr/bin/env node /* * Copyright (c) 2016-2018 Untu, Inc. * This code is licensed under Eclipse Public License - v 1.0. * The full license text can be found in LICENSE.txt file and * on the Eclipse official site (https://www.eclipse.org/legal/epl-v10.html). */ 'use strict'; let actors = require('./index.js'); let system = actors(); system.listen(process.argv[2], process.argv[3]);