nginx-rs icon indicating copy to clipboard operation
nginx-rs copied to clipboard

Guide: Minimal Working Example

Open shekohex opened this issue 6 years ago • 5 comments
trafficstars

Hi, Is there is a minimal working example (i.e Hello World Nginx) so we can start from that point?

Thank you.

shekohex avatar Feb 11 '19 09:02 shekohex

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

yaa110 avatar Feb 11 '19 11:02 yaa110

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.

shekohex avatar Feb 11 '19 12:02 shekohex

Any updates on this?

I too would love a minimal example!

cdbattags avatar Mar 30 '20 06:03 cdbattags

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?

cdbattags avatar Mar 30 '20 06:03 cdbattags

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

dpp avatar May 01 '21 00:05 dpp