Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jungrama/ws-experiment
https://github.com/jungrama/ws-experiment
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jungrama/ws-experiment
- Owner: JungRama
- Created: 2023-11-13T13:05:53.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-14T07:42:49.000Z (about 1 year ago)
- Last Synced: 2024-11-09T09:34:39.894Z (2 months ago)
- Language: TypeScript
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# WebSocket Exploration
This repository contains code and documentation related to my exploration of WebSocket technology. WebSockets provide a full-duplex communication channel over a single, long-lived connection, enabling real-time data exchange between clients and servers.
1. /graphql-subscription
Using apollo graphql subscription and websocket to distribute realtime data. Backend with express. Frontend with React2. /socket.io
Using socket.io library distribute realtime data. Backend with nodeJS. Frontend with Svelte