nginx-rs
nginx-rs copied to clipboard
Guide: Minimal Working Example
Hi, Is there is a minimal working example (i.e Hello World Nginx) so we can start from that point?
Thank you.
you can get started with the following example: https://github.com/nginxinc/ngx-istio-mixer
please note that you should change the import path of nginx bindings by removing bindings
https://github.com/nginxinc/ngx-istio-mixer
Thank you, but IMO, this is a big project with a lot of things going on, i'm looking forward for something that's small and minimal, like this one https://github.com/perusio/nginx-hello-world-module which is in C. So can you help me to implement that minimal example ? and i would send a quick PR to add that here for anyone need a quick start.
Any updates on this?
I too would love a minimal example!
Ahh, I'm guessing you're referring to https://github.com/nginxinc/ngx-istio-mixer/tree/master/mixer-ngx?
Looks easy enough. Hmm, this might be a fun project.
Anyone else you know using this in the wild? I'd love to reference some other source code if possible seeing as the url listed above is quite old now?
I'd also like to see a minimal working example. The istio mixer does not demonstrate how to do a basic build. Any pointers would be appreciated