Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mayurdhamgunde/socket.io-websocket
Realtime application framework (Node.JS server)
https://github.com/mayurdhamgunde/socket.io-websocket
javascript nodejs socket-io websocket
Last synced: 10 days ago
JSON representation
Realtime application framework (Node.JS server)
- Host: GitHub
- URL: https://github.com/mayurdhamgunde/socket.io-websocket
- Owner: Mayurdhamgunde
- Created: 2024-06-25T07:36:19.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-25T08:00:20.000Z (6 months ago)
- Last Synced: 2024-06-26T09:28:53.418Z (6 months ago)
- Topics: javascript, nodejs, socket-io, websocket
- Language: JavaScript
- Homepage:
- Size: 2.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# socket.io
[![Run on Repl.it](https://repl.it/badge/github/socketio/socket.io)](https://replit.com/@socketio/socketio-minimal-example)
[![Backers on Open Collective](https://opencollective.com/socketio/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/socketio/sponsors/badge.svg)](#sponsors)
[![Build Status](https://github.com/socketio/socket.io/workflows/CI/badge.svg)](https://github.com/socketio/socket.io/actions)
[![NPM version](https://badge.fury.io/js/socket.io.svg)](https://www.npmjs.com/package/socket.io)
![Downloads](https://img.shields.io/npm/dm/socket.io.svg?style=flat)
[![](https://slackin-socketio.now.sh/badge.svg)](https://slackin-socketio.now.sh)## Features
Socket.IO enables real-time bidirectional event-based communication. It consists of:
- a Node.js server (this repository)
- a [Javascript client library](https://github.com/socketio/socket.io-client) for the browser (or a Node.js client)
# ๐ธChat-App (ReacJs)
# -๐ธChat-App (Javascript)