Last active
April 25, 2017 01:59
-
-
Save catarak/5f875eae7c9d85dfa86de0bd414f5d90 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var seneca = require('seneca')(); | |
| seneca.use('./todo.js'); | |
| seneca.listen({ type: 'tcp', pin: 'role:todo' }); // default port is 10101 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment