Skip to content

Instantly share code, notes, and snippets.

@ihgrant
Forked from sethdorris/state.js
Last active May 3, 2016 21:49
Show Gist options
  • Save ihgrant/3d316140fb03e4727accc737be47a79f to your computer and use it in GitHub Desktop.
Save ihgrant/3d316140fb03e4727accc737be47a79f to your computer and use it in GitHub Desktop.
Passing WebSocket Instance
const server = new WebSocket("ws://localhost:3000");
export default const server = {
sendmessage: () => {
return server.onmessage = () => {}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment