Skip to content

Instantly share code, notes, and snippets.

@joyceHong0524
Last active July 28, 2019 11:20
Show Gist options
  • Save joyceHong0524/4ad20ec0bece91c60b731c05095adfd4 to your computer and use it in GitHub Desktop.
Save joyceHong0524/4ad20ec0bece91c60b731c05095adfd4 to your computer and use it in GitHub Desktop.
Android implementation
//Socket-io client를 build.gradle 파일에 추가해 준다
dependencies{
implementation('io.socket:socket.io-client:1.0.0') {
exclude group: 'org.json', module: 'json'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment