Hi guys!
I am wondering if Pipes can interact with Unix named pipes (or FIFO).
For example, can you combine two Unix pipes into one?

Another question, can Pipes be used for managing REST API Webhooks?
As a webhook is a sort of callback, I guess that scaling them will end up
in callback hell.
Why not using an event programming library to solve this?

My ultimate goal is to create a shell script that will start a REST server
with netcat.
This REST server will wait for requests from several webhooks (for example
github: https://developer.github.com/v3/repos/hooks/) and combine them.

Cheers
Corentin

-- 
You received this message because you are subscribed to the Google Groups 
"Haskell Pipes" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to haskell-pipes+unsubscr...@googlegroups.com.
To post to this group, send email to haskell-pipes@googlegroups.com.

Reply via email to