Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noflo/noflo-runtime-webrtc
WebRTC runtime transport
https://github.com/noflo/noflo-runtime-webrtc
fbp-runtime noflo webrtc
Last synced: 3 months ago
JSON representation
WebRTC runtime transport
- Host: GitHub
- URL: https://github.com/noflo/noflo-runtime-webrtc
- Owner: noflo
- Created: 2014-10-22T00:46:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-16T08:01:36.000Z (about 2 years ago)
- Last Synced: 2024-10-08T11:52:19.698Z (4 months ago)
- Topics: fbp-runtime, noflo, webrtc
- Language: JavaScript
- Homepage:
- Size: 146 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebRTC-based transport for FBP runtime protocol
Allows an FBP client like [Flowhub](https://flowhub.io) to communicate with a [NoFlo](https://noflojs.org) runtime
over [WebRTC](https://en.wikipedia.org/wiki/WebRTC) using [FBP runtime protocol](http://flowbased.github.io/fbp-protocol/).This allows to live debug and change NoFlo programs that run in a browser (client-side).
You can pass a Flowhub live-url from any device, to someone, and they can connect to it.One should also be able to run [fbp-spec](https://github.com/flowbased/fbp-spec) tests over it.
## Changes
* 0.13.0 (2020-12-14)
- Updated to NoFlo 1.4.0 model
* 0.12.0 (2020-11-25)
- Updated to NoFlo 1.3.0 model
* 0.11.1 (2020-10-01)
- Added safety when runtime is sending to nobody in particular
* 0.11.0 (2020-10-01)
- Updated for NoFlo 1.2
- WebRTC runtime is now usable in both Node.js and the browser