#Is it possible to use dagger modules in restful way

1 messages · Page 1 of 1 (latest)

keen quarry
#

Lets say that I wrote a module that does something and I want to expose a rest api that once called, it executes the task, and streams a file back to client

What are my options here with the dagger modules? Do I have to write the dagger client code as it was pre 0.10 or is it possible to connect the module code to a rest code (in go for example) without invoking 'dagger' subprocess on the server