Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 458 Bytes

File metadata and controls

24 lines (14 loc) · 458 Bytes

WebSocketExample

This project shows how a java client can connect to a node server running socket.io.

Server

To run the simple socket.io server:

cd js
npm install
node index.js

Sencha Client

cd www
sencha app watch

Then open http://localhost:1841 in your browser.

Java Client

To run the client, select the "Main" run configuration and click the run button.

This runs src/main/java/com/sencha/ws/client/Main.java