Skip to content

Instantly share code, notes, and snippets.

@luixaviles
Created January 24, 2018 19:13
Show Gist options
  • Save luixaviles/f41a5e76a27399fdc9f664c0d373a890 to your computer and use it in GitHub Desktop.
Save luixaviles/f41a5e76a27399fdc9f664c0d373a890 to your computer and use it in GitHub Desktop.
// Actions you can take on the App
export enum Action {
JOINED,
LEFT,
RENAME
}
// Socket.io events
export enum Event {
CONNECT = 'connect',
DISCONNECT = 'disconnect'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment