flomesh-io / pipy

Pipy is a programmable proxy for the cloud, edge and IoT.
https://flomesh.io/pipy
Other
775 stars 73 forks source link

Windows binaries? #200

Open TechInterMezzo opened 3 days ago

TechInterMezzo commented 3 days ago

I saw that ztm uses pipy and is releasing Windows binaries. Would it also be possible to include Windows binaries for pipy releases?

ethinx commented 3 days ago

Hi @TechInterMezzo

Yep, due to limited resources, we don't have pipy binary for windows at this moment. Maybe we could include it in the future release version.

now if you do want a try, you could run ztm with --pipy and follow any pipy arguments, like:

ztm --pipy -e 'pipy().listen(8080).serveHTTP(()=>new Message(`hello\n`))'

Or if you have docker on windows, try pipy image flomesh/pipy and flomesh/pipy-repo