fx
                                
                                
                                
                                    fx copied to clipboard
                            
                            
                            
                        A Function as a Service tool makes a function as a container-based service in seconds.
It should be a functionality of `fx-agent`
The only thing `fx` does is to make a single function to be an HTTP service, `fx` takes two steps to finish the process, * Wraps the function into a...
Hooks
I am thinking to add `hooks` mechanism to `fx`, ## Hooks * BEFORE_BUILD: run right before image building process. * AFTER_BUILD: run right after image build * BEFORE_START: run right...
Hi there, I would like to have Traefik as the router which sits in front of the services. Traefik can automatically read docker labels to create a route to that...