Skip to content

Instantly share code, notes, and snippets.

@buesing
Created June 27, 2019 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save buesing/59e8d79864081d0dd0891549bc694537 to your computer and use it in GitHub Desktop.
Save buesing/59e8d79864081d0dd0891549bc694537 to your computer and use it in GitHub Desktop.
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