Skip to content

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.