Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 324 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 324 Bytes

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.