Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Socket.IO

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.

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/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/joshuamc1/tic-tac-toe-multiplayer

Tic Tac Toe Multijugador es un juego clásico de tres en raya, desarrollado con React y Node, que permite a varios jugadores competir en tiempo real a través de una conexión websocket.

express inputemoji javascript node-js querystring react react-i react-router-dom socket-io socket-io-client tailwindcss tic-tac-toe tic-tac-toe-multiplayer tictactoe-game

Last synced: 03 Feb 2025

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/akshayxemo/intervume-web

It is a platform where peoples can prepare for interview by attending real life 1:1 live interview session with mentors and getting a performance result. This platform also provide performance visualization based on the interview results with 1:1 chat system and subscription payment gateway (Stripe).

express expressjs jwt-authentication mern-stack mongodb mongoose node nodejs react react-router react-router-dom reactjs simple-peer socket socket-io socket-io-client stripe-api stripe-subscriptions webrtc

Last synced: 05 Nov 2024

https://github.com/gustavosmelo/devradar

👩🏻‍💻 👨🏻‍💻 Week OmniStack 10 by RocketSeat

expo github-api mysql nodejs react-native reactjs rocketseat socket-io

Last synced: 21 Dec 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/cleversamer/agar.io

Agar.io clone w/ MERN Stack & Socket.IO

agario-clone express javascript jquery nodejs socket-io video-game

Last synced: 14 Nov 2024

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/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/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/younusaliakash/react-socket-notification

Developed a real-time notification system with the help of react JS and socket.io

css reactjs socket-io

Last synced: 01 Feb 2025

https://github.com/alexandrehiroyuki/instant-chat

Create instant chat rooms as fast as you cook instant noodles. Remember that their duration is just as ephemeral. Using Svelte and SocketIO.

socket-io svelte typescript

Last synced: 17 Oct 2024

https://github.com/lissone/lix-attendance

Talk to an admin to clear all your doubts in real time.

nextjs nodejs socket-io sqlserver styled-components typeorm typescript

Last synced: 15 Jan 2025

https://github.com/dl0312/bonfire.io-server

🔥 bonfire.io server

nodejs socket-io youtube

Last synced: 20 Dec 2024

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.

nodejs socket-io swagger

Last synced: 31 Oct 2024

https://github.com/yiipu/checkdown

Checkdown is a simple markdown previewer that allows you to work on a checklist with your team in real-time.

mdx nextjs socket-io

Last synced: 14 Oct 2024

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/pavankalyan-nvs/simple-chat-app

A basic chat application using Node.js and Socket.io. The app allows users to connect to a common chat room and exchange messages in real time, enabling seamless communication between multiple users.

chat-app chat-application socket-io socket-programming

Last synced: 13 Jan 2025

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/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/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: 20 Dec 2024

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/theshobhitsingh/collabwrite

CollabWrite is a real-time collaborative writing tool that lets multiple users edit documents simultaneously with instant updates and seamless synchronization.

css3 expressjs html5 javascript mongodb mongoosejs nodejs nodejs-server quilljs reactjs reactrouter socket-io

Last synced: 28 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/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/surelle-ha/redsocket

RedSocket is event-driven platform for real-time web applications that uses Redis Sub/Pub Technology. It acts as middleware that enables real-time communication between web clients and servers securely.

javascript realtime saas socket-io

Last synced: 09 Oct 2024

https://github.com/reem-lab/chat-app

A Simple Software app made with react for front end and node.js for backend with Socket.io to create a server to help make a chat between two person with beautifull UI.🔥💯🚀

css nodejs reactjs socket-io

Last synced: 04 Feb 2025

https://github.com/manthanank/real-time-chat-application

Real Time Chat Application

nodejs socket-io

Last synced: 30 Dec 2024

https://github.com/thutasann/nest-ranker

nestjs react realtime poll & voting fullstack app

nestjs react redis socket-io valtio

Last synced: 06 Jan 2025

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/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/simcornelis/projetfinal-p2-nodejs

Projet final LINFO1212 : création d'un site web NodeJS

css express html javascript mongodb nodejs npm socket-io

Last synced: 21 Dec 2024

https://github.com/baygeldin/tic-tac-toe

Test assignment for a JavaScript developer job (React, Redux, Webpack, Karma, Mocha, Chai, Sinon, Enzyme, CSS Modules, Koa, WebSockets & WebRTC).

bdd javascript nodejs react socket-io webaudio webpack webrtc websockets

Last synced: 21 Dec 2024

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/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/mhistiak3/real-time-code-editor

A collaborative real-time code editor using React, Monaco Editor, Socket.io, and Node.js. This project enables multiple users to edit the same document simultaneously, with changes updated live.

expressjs nodejs reactjs socket-io

Last synced: 01 Nov 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/prajwal100/social-media-app

Realtime chat app using socket.io (MERN)

expressjs mongodb mongoose nextjs nodejs reactjs socket-io typescript

Last synced: 10 Jan 2025

https://github.com/kwa0x2/swiftchat-backend

SwiftChat Backend is built with the Go Gin framework. It uses PostgreSQL for database management, JWT for authentication, Redis for sessions, and S3 for profile pictures. Real-time communication is handled by Socket.IO, and the entire application is containerized with Docker.

amazon-s3 amazon-web-services backend docker docker-compose dockerfile gin-framework gin-gonic go golang jwt-authentication realtime-chat redis session-cookie socket-io

Last synced: 10 Nov 2024

https://github.com/princegupta101/live-code-share

Live Code Share provides real-time collaborative coding, with unique room creation, syntax highlighting, and auto-suggestions. Users can edit, save, download files, and chat in groups.

codemirror expressjs react-editor reactjs socket-io uuid-generator

Last synced: 14 Nov 2024

https://github.com/takumakira/markdowneditor

Coding challenge provided by Frontend Mentor https://www.frontendmentor.io/challenges/inbrowser-markdown-editor-r16TrrQX9

cypress cypress-cloud docker expo expressjs fullstack gcp jest jwt kubernetes mysql nodemailer react react-native skaffold socket-io storybook typescript

Last synced: 16 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/ngimdock/dask-websocket

The web socket project of a task management application in a synchronized way by a team.

expressjs socket-io typescript websocket

Last synced: 13 Jan 2025

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/nelson-lang/nelson-sio-docker

Docker official image for Nelson socket.IO client.

docker-image nelson socket-io

Last synced: 26 Jan 2025

https://github.com/bimalrajgyawali/chat-app

Chat Application in Java SE. It is a mini project as a part of course work of Programming in Java .

java java-se socket-io

Last synced: 22 Jan 2025

https://github.com/vidmal001/full-stack-chat-application

Built with the MERN stack and Socket.io, featuring user authentication, online status indicators, user search, and iOS-style notification sounds

daisyui express jwt mongodb nodejs react react-router socket-io tailwindcss zustand

Last synced: 04 Feb 2025

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/nhviet03/web_social_network_with_link_prediction

Building a Full Stack Social Network Web Application with React JS using Redux, NodeJS, Socket.IO and MongoDB. Utilizing Python's NetworkX library to represent graphs and the FastAPI framework to display follower suggestion results on the frontend. The Link Prediction Model includes algorithms such as CN, Jaccard, AA, and Katz

adamic-adar-index bootstrap cn expressjs fastapi jaccard-similarity-estimation katz-similarity linkprediction mongodb networkx-graph nodejs reactjs redux socket-io

Last synced: 03 Dec 2024

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/aliazmoodehvaldi/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.

nodejs socket-io swagger

Last synced: 13 Dec 2024

https://github.com/gabrielcarames/chira

A Telegram-WhatsApp clone with React and Socket.io

express-js firebase-auth mongodb node-js reactjs socket-io

Last synced: 13 Jan 2025

https://github.com/panda4817/multiplayer-pictionary-backend

The backend repo for the multiplayer Pictionary app called Picto.

backend express expressjs google-cloud javascript nodejs socket-io travis-ci

Last synced: 03 Jan 2025

https://github.com/cuongndc9/socket

🚀⏳ Getting Started with Socket.IO

103cuong node nodejs socket socket-io socketio

Last synced: 21 Jan 2025

https://github.com/dacoder101/lightchat

A simple chat app that allows users to create, moderate, and join their own chatrooms.

css3 ejs express socket-io

Last synced: 30 Dec 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/vatsa287/chaton

ChatOn allows private and room chat with full client-encryption. Realtime chat-app built with ExpressJS, Socket.io and VanillaJS powered by mongoDB.

chat-app crypto-js expressjs mongodb nodejs nodemon socket-io vanilla-js

Last synced: 14 Jan 2025

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/mian-ali/react-socket.io-chatapp

Create a Real-time Chat App using React and Socket.io

chat chatapp reactjs realtime realtime-messaging socket-io

Last synced: 28 Dec 2024

https://github.com/noeyislearning/ralli

Ralli, a platform for email communication, chat messaging (including email integration), video calls, and group chats.

chat-application email-sender nextjs prisma redux socket-io tailwindcss typescript video-call voice

Last synced: 01 Feb 2025

https://github.com/thaya-rk/socket.io-chat-app

This is a basic chat application built using Socket.io. It allows users to join chat rooms and exchange messages in real-time.

expressjs javascript nodejs socket-io

Last synced: 03 Feb 2025

https://github.com/rahul4019/chatlink

A sleek, real-time messaging app featuring customizable profiles and secure authentication. Built with Node.js, Express, Socket.io, and PostgreSQL on the backend, and a responsive React frontend with TypeScript.

jwt-authentication nodejs postgresql react s3-bucket socket-io typescript zod-validation

Last synced: 27 Jan 2025

https://github.com/anav5704/scalable-chat

Real time scaleable chat app

redis socket-io turborepo

Last synced: 04 Jan 2025

https://github.com/atillabirer/js-portfolio

My work portfolio in Node.JS, Express, React and React Native.

express express-js javascript nativebase nodejs react react-native socket-io

Last synced: 17 Jan 2025

https://github.com/shahriaras/hidden-object

Single + Multiplayer Online Object Finding Game.

chartjs firebase nodejs reactjs socket-io zustand

Last synced: 20 Jan 2025

https://github.com/i-umairkhan/realtime_socket.io

real time chat app in react node

nodejs react socket-io

Last synced: 15 Jan 2025

https://github.com/willianfalbo/messages-app

A simplified version of a posting messages application (REST APIs)

express-js javascript jwt-authentication mongo-db mongoose-js multer node-js react-js rest-api socket-io websocket

Last synced: 17 Dec 2024

https://github.com/baxsm/draw-together-nextjs

Draw Together: A collaborative platform for sharing moments of creativity and fun!

nextjs shadcn-ui socket-io tailwindcss typescript

Last synced: 14 Dec 2024

https://github.com/shashankvish0010/zen

Zen is a state-of-the-art communication platform built on the PERN stack and WebRTC technology with WebSocket for real-time communication. Offering seamless video calling and upcoming live streaming features, Zen ensures secure, reliable, and user-friendly experiences.

express node pern-stack postgresql react real-time-processing real-time-video-streaming socket-io video-conference-application videocalling webrtc websocket

Last synced: 21 Dec 2024

https://github.com/sumitupadhyay84/real-time-chat-with-web-socket

This is the real time messaging system with the help of Web Sockets.

expressjs html5 javascript socket-io websocket-server websockets

Last synced: 20 Dec 2024

https://github.com/arikxl/loola-chat

A chat app I made for my daughter. You can search for friends and correspond with them and also create groups.

chakra-ui-react chat-application context-api mern pwa react socket-io

Last synced: 04 Jan 2025

https://github.com/lauthieb/rocket-universe

Express & Socket.io multiplayer game where rockets must catch stars ⭐️

application express game multiplayer rockets snails socket-io space universe

Last synced: 21 Dec 2024

https://github.com/michaeltoddprogramming/imy220assignment2

Repo for IMY220 Assignment 2

express livefeed socket-io vote

Last synced: 07 Jan 2025

https://github.com/aleksanderbondar/my-world

R3F + Vite + Socket.IO + Express. Having some fun with creative programming :)

express game javascript multiplayer r3f react react-three-fiber socket-io tailwindcss threejs typescript vite

Last synced: 26 Jan 2025

https://github.com/J0m1ty/NetTD

A Unity multiplayer tower defence game, made with hexagons in mind

hexagonal-grids socket-io tower-defense unity3d

Last synced: 23 Oct 2024

https://github.com/gwuah/feedback-hunt

Get customer feedback, in realtime, with absolutely zero hassle.

express feedback mongoose node real-time socket-io vue

Last synced: 11 Jan 2025

Socket.IO Awesome Lists
Socket.IO Categories