Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noflo/noflo-runtime-websocket
NoFlo runtime for execution on Node.js over WebSockets
https://github.com/noflo/noflo-runtime-websocket
fbp-runtime noflo websocket-server
Last synced: 2 months ago
JSON representation
NoFlo runtime for execution on Node.js over WebSockets
- Host: GitHub
- URL: https://github.com/noflo/noflo-runtime-websocket
- Owner: noflo
- Created: 2013-09-24T15:12:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-01-16T21:05:38.000Z (about 2 years ago)
- Last Synced: 2024-11-08T00:04:44.433Z (2 months ago)
- Topics: fbp-runtime, noflo, websocket-server
- Language: JavaScript
- Size: 174 KB
- Stars: 5
- Watchers: 3
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NoFlo WebSocket Runtime
====WebSocket implementation of [FBP protocol](https://flowbased.github.io/fbp-protocol/) for NoFlo. Meant to be used as a library for actual runners like [noflo-nodejs](https://github.com/noflo/noflo-nodejs)
## Changes
* 0.13.0 (December 14th 2020)
- Updated to NoFlo 1.4.0 model
* 0.12.0 (November 25th 2020)
- Updated to NoFlo 1.3.0 model
* 0.11.0 (September 1st 2020)
- Updated to NoFlo's new "Network drives graph" model available in NoFlo 1.2.0
* 0.10.1 (April 6th 2018)
- Fixed issue on sending without context
* 0.10.0 (March 22 2018)
- Updated to FBP Protocol version 0.7 compatibility
* 0.9.2 (November 13 2017)
- Fixed serialization of primitive values in payloads
* 0.9.1 (November 13 2017)
- Improved payload normalization for errors and other non-serializable objects
- Fixed regression with sending captured STDOUT messages
- Exposed the `noflo-websocket-runtime` command to NPM bin
* 0.9.0 (November 6 2017)
- NoFlo 1.x compatibility
- Ported to ES6 class syntax