Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jungrama/ws-experiment


https://github.com/jungrama/ws-experiment

Last synced: 7 days ago
JSON representation

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 React

2. /socket.io
Using socket.io library distribute realtime data. Backend with nodeJS. Frontend with Svelte