Skip to content

Commit d70e486

Browse files
committed
Add link to pflow
1 parent a49b7b7 commit d70e486

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/protocol.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@ Clients
1414

1515
Runtimes
1616

17-
* [noflo-runtime-base](https://github.com/noflo/noflo-runtime-base) is a transport-independent implementation of the protocol for [NoFlo](http://noflojs.org), client-side and server-side JavaScript programming
17+
* [noflo-runtime-base](https://github.com/noflo/noflo-runtime-base) is a transport-independent implementation of the protocol for [NoFlo](http://noflojs.org), client-side and server-side JavaScript programming. WebSocket, WebRTC and iFrame implementations exists.
1818
* [microflo](https://github.com/jonnor/microflo) is a WebSocket implementation of the protocol in JS/C++, for microcontrollers and embedded systems
1919
* [Elixir FBP](http://www.elixirfbp.org/) is a WebSocket implementation in Elixir, for programming with systems in Elixir runnin on the Erlang VM.
2020
* [imgflo](https://github.com/jonnor/imgflo) is a WebSocket implementation in C, for image processing
2121
* [javafbp-runtime](https://github.com/jonnor/javafbp-runtime) is a Websocket implementation in Java for [JavaFBP](https://github.com/jpaulm/javafbp), for JRE and Android development
2222
* [sndflo](https://github.com/jonnor/sndflo) is a WebSocket implementation for the SuperCollider audio programming environment
2323
* [MsgFlo](https://github.com/the-grid/msgflo) is a Websocket implementation in Node.js for heterogenous distributed systems communicating via message queues
24+
* [pflow](https://github.com/LumaPictures/pflow) is a Python FBP runtime implementation, with support for the protocol over WebSocket.
2425

2526
Some [examples](https://github.com/flowbased/protocol-examples) have also been created, to help implementors.
2627

0 commit comments

Comments
 (0)