Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Latest commit

 

History

History
11 lines (10 loc) · 384 Bytes

File metadata and controls

11 lines (10 loc) · 384 Bytes

WebSocketClient and WebSocketServer

How to run WebSocketServer?

Open WebSocketServer app directory in Terminal window: $ cd <path_to_react_native_repository>/SampleApplications/WebSockets/WebSocketServer Install dependencies: $ npm i Start server: $ node server.js

How to run WebSocketClient?

Follow the instructions for WebSocketClient.