All Projects → mariotacke → blog-single-user-websocket

mariotacke / blog-single-user-websocket

Licence: MIT license
Enforcing a single web socket connection per user with Node.js, Socket.IO, and Redis. Sample repository for my article on Medium.

Programming Languages

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

Projects that are alternatives of or similar to blog-single-user-websocket

React Discord Clone
Discord Clone using React, Node, Express, Socket-IO and Mysql
Stars: ✭ 198 (+195.52%)
Mutual labels:  socket-io
Android spy app
This is a android spy app, which uploads user data such as contacts, messages, call log, send message(s), photos, videos, open a browser link etc. Android Rat
Stars: ✭ 232 (+246.27%)
Mutual labels:  socket-io
2019-15
Catch My Mind - 웹으로 즐길 수 있는 캐치마인드
Stars: ✭ 19 (-71.64%)
Mutual labels:  socket-io
Laravel Echo Server
Socket.io server for Laravel Echo
Stars: ✭ 2,487 (+3611.94%)
Mutual labels:  socket-io
Node Decorators
node-decorators
Stars: ✭ 230 (+243.28%)
Mutual labels:  socket-io
sync
📺 Interactive, synchronized YouTube streaming
Stars: ✭ 23 (-65.67%)
Mutual labels:  socket-io
Python Socketio
Python Socket.IO server and client
Stars: ✭ 2,655 (+3862.69%)
Mutual labels:  socket-io
harker-bell
Official bell schedule app
Stars: ✭ 41 (-38.81%)
Mutual labels:  socket-io
Video Call App Nodejs
A conference call implementation using WebRTC, Socket.io and Node.js
Stars: ✭ 234 (+249.25%)
Mutual labels:  socket-io
Radar
Arduino Servo controller with Ultrasonic sensor, that will send distance value from sensor to Node.js via USB serial and leveraging socket.io to send the data to browser in realtime.
Stars: ✭ 24 (-64.18%)
Mutual labels:  socket-io
Webrtc Video Broadcast
WebRTC video/audio broadcast
Stars: ✭ 217 (+223.88%)
Mutual labels:  socket-io
Vue Echo
Vue integration for the Laravel Echo library.
Stars: ✭ 229 (+241.79%)
Mutual labels:  socket-io
web15-TadakTadak
타닥타닥 모닥불 앞에서 타닥타닥 코딩하는 서비스 🔥🧑🏻‍💻
Stars: ✭ 50 (-25.37%)
Mutual labels:  socket-io
Egg Socket.io
socket.io plugin for eggjs.
Stars: ✭ 209 (+211.94%)
Mutual labels:  socket-io
socketio-demos
Socket.io Getting Started
Stars: ✭ 44 (-34.33%)
Mutual labels:  socket-io
Oksocket
An blocking socket client for Android applications.
Stars: ✭ 2,359 (+3420.9%)
Mutual labels:  socket-io
Chattt
❯❯❯ Chat without leaving your terminal
Stars: ✭ 239 (+256.72%)
Mutual labels:  socket-io
rust-socketio
An implementation of a socket.io client written in the Rust programming language.
Stars: ✭ 198 (+195.52%)
Mutual labels:  socket-io
m.io
An open source Moomoo.io server implementation
Stars: ✭ 20 (-70.15%)
Mutual labels:  socket-io
pacNEM
pacNEM is a Browser PacMan game with NodeJS, Socket.io, Handlebars and NEM Blockchain
Stars: ✭ 20 (-70.15%)
Mutual labels:  socket-io

Enforcing a single web socket connection per user with Node.js, Socket.IO, and Redis

This is a sample repository to demonstrate authentication with Socket.IO and resource locks with Redis.

Usage

npm install
npm run start:server
npm run start:web
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].