Skip to content

markbrocato/java-socketio-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages