All Projects → slyang520 → SocketIOServer

slyang520 / SocketIOServer

Licence: Apache-2.0 license
A simple socket.io tutorial using netty-socketio

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to SocketIOServer

Node Decorators
node-decorators
Stars: ✭ 230 (+858.33%)
Mutual labels:  socketio
instagram-clone-frontend
📸 Um clone do instagram, onde você pode logar/registrar, criar novos posts, seguir outros usuários e ver os posts das pessoas que você segue.
Stars: ✭ 16 (-33.33%)
Mutual labels:  socketio
socket.io-client-core
High-Performance Socket.IO client in C#
Stars: ✭ 70 (+191.67%)
Mutual labels:  socketio
gofast
High performance transport protocol for distributed applications.
Stars: ✭ 19 (-20.83%)
Mutual labels:  socketio
SocketIOSharp
C# implementation of Socket.IO protocol revision 4 client and server.
Stars: ✭ 101 (+320.83%)
Mutual labels:  socketio
xQube
Boilerplate for realtime 3D rendering and server-side physics in HTML5 and NodeJS
Stars: ✭ 1 (-95.83%)
Mutual labels:  socketio
Firecamp
The world's first Multi-protocol API Platform. Run, Test, Collaborate to build Any Kind Of APIs.
Stars: ✭ 195 (+712.5%)
Mutual labels:  socketio
nestjs-throttler-storage-redis
Redis storage provider for the nestjs-throttler package.
Stars: ✭ 56 (+133.33%)
Mutual labels:  socketio
uno-online
Two player online game of UNO. Made using React and Socket.IO
Stars: ✭ 106 (+341.67%)
Mutual labels:  socketio
web full stack application
show full stack technology applications : Scrapy + webservice[restful] + websocket + VueJS + MongoDB
Stars: ✭ 16 (-33.33%)
Mutual labels:  socketio
flutter feathersjs.dart
Communicate with your feathers js server from flutter app with unbelieved ease and make happy your customers.
Stars: ✭ 19 (-20.83%)
Mutual labels:  socketio
emiga-stream
Video stream using Express.js , Socket.io
Stars: ✭ 24 (+0%)
Mutual labels:  socketio
don-blog
一个基于Vue.js + Nuxt.js + SCSS + ES6/7 + Node.js + Koa.js + MySQL + Redis开发的个人博客。
Stars: ✭ 77 (+220.83%)
Mutual labels:  socketio
Video Chat
Video chat app using Vue, Vuex, WebRTC, SocketIO, Node, Redis & Docker with horizontal scaling. Multiparty and 1 to 1 video functionality, several public rooms and user status
Stars: ✭ 240 (+900%)
Mutual labels:  socketio
pdfdraw
Nextcloud app to annotate PDF documents
Stars: ✭ 32 (+33.33%)
Mutual labels:  socketio
Python Socketio
Python Socket.IO server and client
Stars: ✭ 2,655 (+10962.5%)
Mutual labels:  socketio
asynction
SocketIO python framework driven by the AsyncAPI specification. Built on top of Flask-SocketIO. Inspired by Connexion.
Stars: ✭ 40 (+66.67%)
Mutual labels:  socketio
hapi-react-fullstack-boilerplate
Hapi, Sequelize, React, etc.
Stars: ✭ 21 (-12.5%)
Mutual labels:  socketio
vue-socket-io-example
Vue + Socket.io for the masses
Stars: ✭ 28 (+16.67%)
Mutual labels:  socketio
fastapi-socketio
Easily integrate socket.io with your FastAPI app 🚀
Stars: ✭ 198 (+725%)
Mutual labels:  socketio

SocketIO Server base Netty-socketio

cluster base on redis

env jdk8, gradle6.x

启动2个服务

image-app01.png image-app02.png

app1  im端口 9202
app2  im端口 9203
依赖redis 自行修改.

打开聊天窗口

link1: port_9092_user_159.html   连接上app1,用户为159
link2: port_9093_user_160.html   连接上app2, 用户为160

验证

用2个不同的浏览器打开2个网页,让sid不同  
或者 同一浏览器打开配置 config.setRandomSession(true)   

用户为159,160 链接在不同的服务
2个用户相互发送消息,用户能正常接收。
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].