Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Socket.IO
![](https://explore-feed.github.com/topics/socket-io/socket-io.png)
Socket.IO is a JavaScript library for realtime web applications. It enables realtime, bi-directional communication between web clients and servers. It has two parts: a client-side library that runs in the browser, and a server-side library for Node.js. Both components have a nearly identical API. Like Node.js, it is event-driven.
- GitHub: https://github.com/topics/socket-io
- Wikipedia: https://en.wikipedia.org/wiki/Socket.IO
- Repo: https://github.com/socketio/socket.io
- Released: March 19, 2010
- Related Topics: nodejs,
- Last updated: 2025-02-14 00:23:39 UTC
- JSON Representation
https://github.com/khilnani/chat2speech
Why scroll and read, when you can listen? Python Flask, SocketIO, RabbitMQ based chat web app that reads messages aloud while you work on other stuff.
chat docker flask python python-flask rabbitmq socket-io
Last synced: 30 Jan 2025
https://github.com/manighazaee/livetext
A real-time text communication system in a command-line like interface, with specific communication rules.
communication css nodejs socket-io typescript
Last synced: 06 Feb 2025
https://github.com/jonathan-wanderley/thermal-printer-api
Sistema PDV de um restaurante Fast Food integrado com impressoras termicas
express javascript mongodb nodejs socket-io thermal-printer typescript
Last synced: 07 Jan 2025
https://github.com/harshsharma20503/skillswap
SkillSwap is a MERN stack web platform designed to facilitate collaborative learning and skill development through peer-to-peer guidance. The platform emphasizes reciprocal knowledge exchange, industrial-grade security features, and user-friendly interfaces to create a dynamic learning environment.
docker google-oauth2 socket-io
Last synced: 06 Jan 2025
https://github.com/levelopers/comp2406
Nodejs, JSON, Javascript, Bootstrap, pug, Handlebarjs, Socketio
bootstrap4 css3 handlebars-js html5 javascript jquery json nodejs pug socket-io
Last synced: 29 Jan 2025
https://github.com/jaeyeophan/chat-example
Simple client-side chatting example
express redux-toolkit socket-io typescript
Last synced: 02 Feb 2025
https://github.com/maael/friendagon
👾 A multiplayer version of Super Hexagon using phaser.io and socket.io.
game multiplayer phaserjs socket-io
Last synced: 03 Feb 2025
https://github.com/yash7824/chess_frontend_repo_cd
Creating Chess game from scratch using Angular and Node JS frameworks.
angular mean-stack nodejs socket-io typescript
Last synced: 09 Nov 2024
https://github.com/frikishaan/chat-app
Chat Application using socket.io
chat-application javascript nodejs socket-io
Last synced: 09 Jan 2025
https://github.com/aditya43/complete-nodejs
:books: NodeJS - Express, Mongo, Sequelize, Sequelize-CLI, Mongoose, GraphQL, Websockets, Socket.io, REST APIs, ReactJS Social Network, Winston, Morgan, Helmet, Compression, Validators, SSL/TLS, Micro Services Architecture & lot more.
axios express graphql helmet micro-services-architecture mongodb mongoose morgan-middleware mysql nodejs react redux rest-api sequelize socket-io websocket winston-logger
Last synced: 06 Feb 2025
https://github.com/hossein-falah/healthhaven
HealthHaven is a comprehensive hospital reservation system designed to enhance patient experience and streamline access to healthcare services. This project allows patients to easily and quickly book appointments with healthcare providers, ensuring a seamless interaction between patients and medical professionals.
grahql jsonwebtoken postgres sequelize socket-io typeorm typescript
Last synced: 09 Nov 2024
https://github.com/jbrown9124/tic-tac-toe-royale
Created a full-stack online Tic-Tac-Toe web game with a twist. Acquire and use powers to dominate your enemies. Set the board size, board color, “win by” condition (amount of pieces in a row required to win), and pieces (upload custom piece capability included). Capable of having up to 100 players in a single game. Full bot functionality (add up to 10 AI per board). The client was created with TypeScript React.js, the REST API with Python (Django), data is stored in and queried from a PostgreSQL (SQL) database, and real-time client updates are handled with Socket.IO. Deployed using Heroku.
django game material-ui postgresql python react-spring reactjs socket-io typescript
Last synced: 20 Jan 2025
https://github.com/treer00t/openrtp
Is a text-based software framework supported by an extensive ecosystem of tools that help developers design, build, document, and use programming relationships for socket.io.
Last synced: 31 Oct 2024
https://github.com/fraineralex/chatify
📬 Realtime chat app with rich media support, built with React and Node.js.
aws nodejs react realtime-chat socket-io turso
Last synced: 26 Nov 2024
https://github.com/codeforstartup/socket.io-chat-react-native
React Native - Socket.io chat application
chat expo react-native react-native-paper reactjs socket-io
Last synced: 08 Feb 2025
https://github.com/tednaaa/paint-api
🖼 API for real time paint app
api canvas-gateway eslint heroku nestjs nodejs paint-api socket-io typescript
Last synced: 13 Jan 2025
https://github.com/mohamed-ramadan1/wordnest
Word nest is fully function blog api application .
aouth2 bull cloudinary cookies docker docker-compose express jwt-authentication mongodb multer node-corn node-mailer nodejs redis socket-io stripe swigger typescript webpack winston-logger
Last synced: 20 Dec 2024
https://github.com/gabriel-durr/lorawan-iot
Essa aplicação simula dispositivos LoraWan, voltadas ao monitoramento de sinais vitais em real time dos usuários. Essa é só uma das inúmeras possibilidades da IoT ⚡.
jest nodejs reactjs socket-io testing-library typescript
Last synced: 29 Dec 2024
https://github.com/theayushmajumdar/newchat-aws
A full-stack application ( Basic ) demonstrating professional AWS deployment strategies using Node.js, Nginx, and cloud infrastructure. The project provides a comprehensive guide for deploying web applications on AWS EC2, with support for containerization, process management . Key technologies: AWS, React.js, Socket.io, Node.js, Nginx, PM2, Docker.
awsec2 docker documentdb-database mongodb nginx nodejs reactjs socket-io
Last synced: 30 Jan 2025
https://github.com/mwongess/connectify
A n application designed to provide users with a social networking experience🌐👋
jwt mssql nodejs react redux-toolkit social-media socket-io typescript
Last synced: 27 Jan 2025
https://github.com/emreaknci/chatapp
mui nodejs react socket socket-io socket-programming whatsapp
Last synced: 08 Jan 2025
https://github.com/mikael-r/chat-js
📨 Simple chat using socket.io
bootstrap chat css3 hacktoberfest html5 javascript socket-io
Last synced: 08 Nov 2024
https://github.com/elius94/users-session-manager
A simple Node.js module to manage users sessions on a web application or any kind of JS apps It uses a Singleton pattern to ensure that only one instance of the module is running at a time. SessionManager is a singleton class that can be used to manage users sessions. For every user that logs in, a new session is created and stored in the database. Every session has a unique ID that is generated by the system. Every session has a setTimeout that expires after a certain time (setSessionTimeout). When a user logs out, the session is deleted from the class. Every action fires an event that can be used to listen to the session manager.
api javascript login login-page login-system nodejs npm npm-module npm-package npmjs session-management sessions socket-io users webapp webapps websocket
Last synced: 13 Feb 2025
https://github.com/johnexzy/peerplay
Shared real-time interactive video watching experience. Watch videos synchronously from different locations in realtime
media real-time socket-io video-streaming
Last synced: 23 Jan 2025
https://github.com/jawadddd/chatting-websitemodule-endtoend-encrypted
Web Module in which user can send real time messages to any registered user of website,and receive also.All sent received messages against users will be encrypted/decrypted and encrypted will be stored in mongo db.
aes-encryption blowfish-algorithm des express-js information-security mongodb nodesjs reactjs socket-io socket-programming webprogramming
Last synced: 31 Dec 2024
https://github.com/edocbuhtig/ionic5-socket.io
How to integrate Socket.io client to connect with Socket.io server inside your Ionic Framework 5.x app
Last synced: 05 Feb 2025
https://github.com/branch-bunch/hacker-chatroom-server
Server for our chatroom service
Last synced: 27 Jan 2025
https://github.com/zufichris/multivendor_ecommerce_app
An Ecommerce App where multiple vendors sell products on a single platform with vendor dashboards, secure checkout, and admin control.
api-rest backend expressjs frontend javascript mongodb nodejs reactjs socket-io
Last synced: 24 Jan 2025
https://github.com/nsarrazin/react-flask-template
A template for starting projects with react & typescript on the front-end plus flask and socketio on the backend. Supports docker deployment and a dev environment.
docker flask gunicorn nginx python react socket-io template typescript websocket
Last synced: 09 Feb 2025
https://github.com/rasujon3/chat-app-client
Kishan Sheth - 10 hours - 1st project.
react-icons react-toastify socket-io styled-components
Last synced: 13 Feb 2025
https://github.com/liuderchi/chattium
💬 A simple chat app powered by service worker and web socket
create-react-app now-cli react-modal service-worker socket-io
Last synced: 05 Nov 2024
https://github.com/tanay-pingalkar/letstalk-chatapp
This is a MERN chat app. It is real-time also. It has user-authentication also. It can also save messages, the last room in which we had a chat, and all the rooms we had joined in the MongoDB database. It has glassmorphosism UI and it is responsive also. I used Redux for state management in react. I had hosted it on Heroku. You can test it.
css expressjs javascript mongodb mongoose nodejs react react-redux redux socket-io
Last synced: 29 Jan 2025
https://github.com/killovsky/nyx
O Projeto Nyx é um plugin opcional desenvolvido em Shell para o Projeto Íris. Ele permite o uso TOTAL do Bash e de programas CLI, como os de hacking, quase qualquer programação e até mesmo o APT, desde que a saída não passe de 65K de caracteres. Com a Nyx, você pode criar funções sem precisar alterar o código principal da Íris ou aprender Node.js.
api bash bot bot-framework curl easy iris jq modular multiplatform plugin post shell socket socket-io termux websocat websocket whatsapp whatsapp-bot
Last synced: 25 Nov 2024
https://github.com/antosmichael07/pexeso-challenge
This is a school project.
express express-js expressjs javascript node node-js nodejs npm socket-io socketio
Last synced: 05 Jan 2025
https://github.com/chrisvilches/youtube-podcast
System for scraping Youtube videos and converting them into podcasts (or music files).
express microservices-architecture nodejs redis scraper socket-io youtube
Last synced: 22 Nov 2024
https://github.com/reelyactive/beaver
Client-side utility to maintain an up-to-date hyperlocal context graph by consuming the real-time data stream from Pareto Anywhere APIs. We believe in an open Internet of Things.
beaver client-side dynamb pareto-anywhere polling raddec socket-io vanilla-javascript
Last synced: 09 Nov 2024
https://github.com/dmhendricks/nodejs-simple-message-relay
A simple Node.js server to relay messages and data to listening Socket.IO clients.
browser-notifications growl nodejs-server socket-io socket-io-client socketio-messaging socketio-server websockets
Last synced: 30 Dec 2024
https://github.com/rajanmandanka07/real-time-tracker
The Real-Time Tracker is a Node.js app that lets users share and track locations in real-time on an interactive map. Using WebSockets and the Geolocation API, it showcases real-time communication and dynamic map updates with Express, Socket.io, and Leaflet.js.
ejs expressjs geolocation leafletjs nodejs socket-io
Last synced: 11 Feb 2025
https://github.com/rajlaxmimeshram/docs_clone
A collaborative React and Node.js application with MongoDB, Socket.io, and Quill.js for seamless real-time text editing.
html-css-javascript javascript mongodb node-js nodejs quill-editor quilljs react-js reactjs socket-io
Last synced: 23 Jan 2025
https://github.com/barcodehub/chat-node-mongodb
chat-application command-line messaging socket-io user-authentication
Last synced: 11 Feb 2025
https://github.com/manuthecoder/edpoll
EdPoll is a polling app for classrooms!
javascript nodejs poll polling socket-io
Last synced: 27 Jan 2025
https://github.com/cleversamer/one-million-challenge
One Million Dollars In One Thousand Days Challenge Application
express mern mongodb mongoose nodejs react react-context redux socket-io
Last synced: 14 Jan 2025
https://github.com/cleversamer/slack
Simple Slack clone with Node, Express, and Socket.IO
express nodejs realtime-chat slack socket-io
Last synced: 14 Jan 2025
https://github.com/cleversamer/fatora-nodejs
Fatora Payment Gateway Implementation in Node.js
api express fatora fatora-api mongodb nodejs payment-gateway payment-integration restful-api socket-io
Last synced: 14 Jan 2025
https://github.com/cleversamer/waves
An e-commerce web application for selling guitars online
client e-commerce express guitars javascript mern-stack mongodb mongoose nodejs react react-router reactjs redux server socket-io store styled-components website
Last synced: 14 Jan 2025
https://github.com/cleversamer/websockets
A deep diving into web sockets and socket.io
realtime realtime-messaging socket-io technology websockets
Last synced: 14 Jan 2025
https://github.com/elialm7/filepod-backend-node
backend para guardar archivos via wbesockets y compartir a traves de descarga directa.
express-js javascript nodejs socket-io
Last synced: 25 Nov 2024
https://github.com/shrinivask007/whatsapp-clone
EJS | CSS | Nodejs | Express | Socket.io | RestAPI | Docker
css3 docker ejs expressjs full-stack-web-development nodejs-server rest-api socket-io
Last synced: 21 Jan 2025
https://github.com/georgiosioannoucoder/socialpulse2
SocialPulse2 is an AI multimodal social media platform with main purpose to connect people around the globe and communicate with each other in real-time. An extension of SocialPulse project.🌐
cloudinary css3 expressjs full-stack heroku html5 huggingface javascript mogodb nextjs nodejs react react-semantic-ui sendgrid social-media social-network socket-io
Last synced: 02 Jan 2025
https://github.com/dheerajgits/peerconnect-server
This backend repository powers a video calling application built with typescript, utilizing PeerJS for seamless peer-to-peer connections and WebSockets for real-time communication. Designed with an MVC architecture, this backend helps in creating rooms, joining and other tasks along with providing other endpoints for analytics purposes of class.
mvc mvc-architecture peerjs socket-io streaming typescript webrtc websocket
Last synced: 20 Jan 2025
https://github.com/dmitrymyadzelets/watchdog-callback
Makes sure the callaback will be called
Last synced: 29 Jan 2025
https://github.com/dmamakas2000/web-radio
This repository refers to a custom-created multimedia streaming platform. A web-based music radio was developed using Node.js for the backend implementation of all servers, Bootstrap-5 framework for the frontend client-side design, and even more JavaScript modules.
axios body-parser bootstrap cookie-parser express express-session nodejs nodemailer socket-io web
Last synced: 07 Dec 2024
https://github.com/d4nyll/cucumber-socket
In a Cucumber/Gherkin test, cucumber-socket gives you the ability to wait for Socket.io events to be received before moving on to the next step.
async asynchronous bdd cucumber gherkin socket-io testing websocket
Last synced: 15 Jan 2025
https://github.com/sadrib-perfecthonest/whatsapp-clone
It is the repository of whatsapp clone UI where there is chat section applied websocket and camera section also works properly
chat-application chatapp flutter flutter-app flutter-ui socket-io websocket whatsapp whatsapp-clone
Last synced: 26 Oct 2024
https://github.com/unix-user/facechess
Play a chess game with a random person on the internet
chessboardjs chessjs socket-io vue3
Last synced: 08 Nov 2024
https://github.com/dev-adnani/chatbot-flutter
Chatbot Made In Flutter Using NodeJS , Socket.io
flutter flutter-nodejs flutter-nodejs-socket nodejs socket socket-io socket-io-flutter socket-io-server
Last synced: 20 Nov 2024
https://github.com/samueldudley/hawkview
An online tool to share and analyse Ardupilot telemetry (.tlog) and flash (.bin) logs.
ardupilot celery flask log-analysis plotting python socket-io
Last synced: 27 Jan 2025
https://github.com/vinodnextcoder/todo-app-typescript-nestjs
todo app
jwt-authentication jwt-token nestjs nestjs-api-login nestjs-api-registration nestjs-backend nestjs-jwt nestjs-mongoose nestjs-socketio nestjs-typeorm react-jwt react-login react-modal react-mui reactjs socket-io typescript
Last synced: 29 Dec 2024
https://github.com/anonymous961/campusswap
Welcome to campusSwap! 🎓 A project designed for individuals looking to buy or sell items within their university or college campus community. With campusSwap, you can easily connect with others nearby to trade textbooks, gadgets, and more. Join us in simplifying the process of finding and exchanging goods right where you are. Happy swapping! 🚀
expressjs monogodb neondb postgresql reactjs sequelize socket-io
Last synced: 16 Jan 2025
https://github.com/kanugurajesh/chat-app-room
This is an advanced chat app with room features and private messaging
chat-application group-messaging private-messaging react-hot-toast reactjs socket-io socket-io-client tailwindcss typescript
Last synced: 20 Nov 2024
https://github.com/ai-to-ai/node-typescrip-prisma
Node.js , Koa, Socket.io, Server for Bitcoin Inscription Restful API.
koa nodejs prisma socket socket-io typescript
Last synced: 18 Jan 2025
https://github.com/kanugurajesh/anonymous-advanced-chat-app
An Advanced Chat application to converse with people
cosmosdb-mongodb expressjs jwt-authentication mern-stack middleware mongodb-atlas mongoose reactjs responsive-web-design socket-io tailwindcss typescript uiux
Last synced: 20 Nov 2024
https://github.com/fratorgano/socketchess
Node.js and Socket.io project that allows you play chess with your friends online.
chess css html javascript nodejs socket-io
Last synced: 31 Dec 2024
https://github.com/nirikshan/node.js-vs-socket.io-vs-nirik-shan
Node.js + Socket.io privating System with jquery.route
express jquery nodejs socket-io
Last synced: 30 Jan 2025
https://github.com/cleversamer/discord
Realtime video chat application w/ MERN Stack + Socket.IO + WebRTC
discord expo-cli express mongodb nodejs react react-native realtime-chat socket-io webrtc
Last synced: 25 Jan 2025
https://github.com/josejefferson/uno-backend
Back-end da implementação do jogo UNO
express game multiplayer nodejs online real-time rooms socket-io typescript uno websocket
Last synced: 20 Jan 2025
https://github.com/shahriaras/find-where-iam-server
Backend of "Single + Multiplayer Online Quiz Game With Map Integration."
Last synced: 20 Jan 2025
https://github.com/victor-0x29a/4uchat
Chat using Node.js as the server and C# as the client, consuming Node and utilizing Windows Forms for the graphical interface.
csharp nodejs socket socket-io typescript
Last synced: 23 Jan 2025
https://github.com/urijhoruzij/chat-frontend
Chat-frontend / React.js realtime chat app with rooms
antd chat chat-application react reactjs rooms scss socket-io
Last synced: 21 Oct 2024
https://github.com/thamerh/mobile_chat_app
This real-time chat application provides a simple and efficient way for driving instructors and students to communicate in real-time. The application uses a modern tech stack consisting of React Native, Expo, Node.js, Socket.IO, Sequelize, and MySQL
chat chat-application expo expressjs mysql notifications push-notifications react-native real-time sequelize socket-io
Last synced: 09 Jan 2025
https://github.com/nonkloq/rentit
House Rental app using MERN stack (NM project)
fullstack javascript mern socket-io
Last synced: 20 Nov 2024
https://github.com/IainIsCreative/johnny-five-speech-recognition-lamp
A lamp that loops through colours using Johnny Five and controlled by HTML5 Speech Recognition.
arduino babel es6 express hardware iot javascript johnny-five led-controlling nodebots socket-io speech-recognition voice-commands webpack websockets
Last synced: 02 Nov 2024
https://github.com/basvdijk/domusto-client
Client for the DOMUSTO home automation server https://github.com/basvdijk/domusto-server
domusto home-automation socket-io vuejs2
Last synced: 29 Jan 2025
https://github.com/hossein-falah/eatnow
A smart platform for online food ordering that offers a fast, convenient, and enjoyable experience. With EatNow, users can explore an extensive menu ranging from fast food to homemade-style dishes, easily place their orders, and take advantage of special discounts and offers.
bcrypt express graphql jsonwebtoken postgresql socket-io swagger typescript
Last synced: 20 Nov 2024
https://github.com/mahmud-r-farhan/realtime-location-tracker
The Real-Time Location Tracker is a web application that allows users to track the real-time location of devices. This project leverages Leaflet for map visualization and WebSockets for real-time communication, making it ideal for applications like fleet management, delivery tracking, and personal location sharing.
express javascript leaf location-services location-tracker monitoring path real-time share-location socket-io
Last synced: 21 Jan 2025
https://github.com/chscript/xchatroom
📮 Vue3+Express|PC端实时聊天室
express socket-io vue vue-router vuex
Last synced: 21 Jan 2025
https://github.com/giangmd/nodejs-socket.io-learning
Chat App with NodeJS and Socket.IO
Last synced: 12 Feb 2025
https://github.com/manthanank/real-time-chat-application
Real Time Chat Application
Last synced: 30 Dec 2024
https://github.com/perkzen/messenger
This is a basic messenger web chat application. Where you can send private messages to online users. For this application is used sockets for sending messages, express for backend server with mongodb for saving data and on the frontend I used React with Next.js for search engine optimization.
chat-application express mongodb mongoose nextjs reactjs socket-io typescript
Last synced: 23 Jan 2025
https://github.com/subhash3/live-stream
Live stream application using MERN stack
live-streaming mern-stack socket-io stream
Last synced: 06 Dec 2024
https://github.com/thaoanhhaa1/chatapp-cnm-web
Chat App - ReactJS
agora-sdk axios google-maps-api mui-material reactjs redux redux-thunk redux-toolkit sass socket-io swiper-js tailwindcss
Last synced: 03 Feb 2025
https://github.com/satyam-2001/dumb-charades
It is an real-time online multiplayer game made with ReactJs, NodeJs, PeerJs, WebRTC and Socket.io
chat game game-development game-server nodejs peerjs reactjs socket-io webrtc
Last synced: 14 Jan 2025
https://github.com/alisawari/chat-app
A simple chat app using React and socket.io
chat chat-app chat-room nodejs react real-time realtime-messaging socket-io
Last synced: 26 Jan 2025
https://github.com/codercake/gighive-jobportal
GigHive is a dynamic Job seeking portal built with the MERN stack. The platform ensures secure authentication with JWT or OAuth, offers personalized dashboards, and is designed with a responsive, mobile-friendly interface. Real-time updates are powered by Socket.IO.
axios bootstrap5 mern-stack redux restful-api socket-io
Last synced: 14 Jan 2025
https://github.com/devanshi-bavaria/nexchat
Real-time chat application that allows users to communicate with each other. It supports one-on-one messaging and provides a simple and intuitive user interface.
express mern-stack mongodb nodejs react socket-io styled-components
Last synced: 15 Oct 2024
https://github.com/luciopaiva/socketio-with-restify
Fully functional example showing how to run socket.io with restify.
Last synced: 11 Feb 2025
https://github.com/cs-tao/whu-library-seat-ghauth
图书馆助手 GitHub OAuth 第三方登录、后台认证中间件
express github-api github-oauth socket-io whu-library-seat
Last synced: 11 Feb 2025
https://github.com/neo/tilting
:art: Tilt to draw
accelerometer art canvas draw phone socket-io tilt
Last synced: 27 Jan 2025