Created
June 27, 2019 16:04
-
-
Save buesing/59e8d79864081d0dd0891549bc694537 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
const DeepstreamServer = require('deepstream.io'); | |
const C = DeepstreamServer.constants; | |
const server = new DeepstreamServer({ | |
host: '127.0.0.1', | |
port: 6020, | |
}); | |
// start the server | |
server.start(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment