Open TechInterMezzo opened 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
I saw that ztm uses pipy and is releasing Windows binaries. Would it also be possible to include Windows binaries for pipy releases?