Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dna-engine/smart-update-websockets
🧦 Example WebSockets server and client showing throttled live updates using dna-engine
https://github.com/dna-engine/smart-update-websockets
websockets
Last synced: about 1 month ago
JSON representation
🧦 Example WebSockets server and client showing throttled live updates using dna-engine
- Host: GitHub
- URL: https://github.com/dna-engine/smart-update-websockets
- Owner: dna-engine
- License: mit
- Created: 2017-09-23T21:29:52.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T05:24:29.000Z (6 months ago)
- Last Synced: 2024-06-29T06:29:45.243Z (6 months ago)
- Topics: websockets
- Language: JavaScript
- Homepage: https://dna-engine.org
- Size: 544 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# smart-update-websockets
_Example WebSockets server and client showing throttled live updates using dna-engine_
[![License:MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://dna-engine.org/license)
[![Build](https://github.com/dna-engine/smart-update-websockets/actions/workflows/run-spec-on-push.yaml/badge.svg)](https://github.com/dna-engine/smart-update-websockets/actions/workflows/run-spec-on-push.yaml)Try it out:
1. Install Node.js from: https://nodejs.org
1. `git clone https://github.com/dna-engine/smart-update-websockets.git`
1. `cd smart-update-websockets`
1. `npm install`
1. `npm start`
1. In your web browser, go to: http://localhost:7777![screenshot](screenshot.png)
Smart Update documentation:
[dna-engine.org/docs](https://dna-engine.org/docs/#event-smart)---
[MIT License](LICENSE.txt)