# mobile-websocket-example **Repository Path**: git-hub-image/mobile-websocket-example ## Basic Information - **Project Name**: mobile-websocket-example - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-28 - **Last Updated**: 2021-09-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.