Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# smart-update-websockets
logo

_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)