andrewdavidmackenzie / flow

Exploration of a data-flow programming paradigm
MIT License
27 stars 2 forks source link

Add http request / response (IN and OUT) as context functions #1109

Open andrewdavidmackenzie opened 2 years ago

andrewdavidmackenzie commented 2 years ago

Consider as additional context functions for a web runtime.

flow should be able to receive data via a request, and either just respond as an ACK, or later respond with the calculated value.

maybe http receiver has an input that is the response, and you can use a Constant ACK response that will then just let the data flow through the flow after that.

flow should be able to make requests to other web services over http and get a response back.

andrewdavidmackenzie commented 1 year ago

Add to a net: library with other protocol senders and listeners