https://github.com/varvet/mobile-websocket-example
Mobile websocket example
https://github.com/varvet/mobile-websocket-example
Last synced: about 2 months ago
JSON representation
Mobile websocket example
- Host: GitHub
- URL: https://github.com/varvet/mobile-websocket-example
- Owner: varvet
- Created: 2014-02-12T11:58:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-23T09:19:59.000Z (over 10 years ago)
- Last Synced: 2024-04-14T05:18:01.195Z (over 1 year ago)
- Language: Objective-C
- Size: 285 KB
- Stars: 387
- Watchers: 37
- Forks: 159
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mobile websocket example
This is example code showing how to use websockets from iOS and Android, in the form of a very simple chat service.
## server
A simple websocket server written in Ruby.
## browser
Browser client in HTML and JavaScript.
## ios
iOS client in Objective-C.
## android
Android client in Java.