Skip to content

Instantly share code, notes, and snippets.

@taotetek
Last active August 29, 2015 13:57
Show Gist options
  • Select an option

  • Save taotetek/9641464 to your computer and use it in GitHub Desktop.

Select an option

Save taotetek/9641464 to your computer and use it in GitHub Desktop.
client.On("connect", func(ns *socketio.NameSpace) {
log.Println("connected")
ns.Emit("ping", nil)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment