Skip to content

Instantly share code, notes, and snippets.

@andrewconnell
Created September 11, 2016 11:08
Show Gist options
  • Save andrewconnell/73f2fbd1d784cd50f22eb1c6d0960965 to your computer and use it in GitHub Desktop.
Save andrewconnell/73f2fbd1d784cd50f22eb1c6d0960965 to your computer and use it in GitHub Desktop.
RateKeeper created & started
import { RateKeeperServer } from './RateKeeperServer';
let grpcServer: RateKeeperServer = new RateKeeperServer();
grpcServer.start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment