cost 275 ms
Asynchronous reading of an stdout

I've wrote this simple script, it generates one output line per second (generator.sh): for i in {0..5}; do echo $i; sleep 1; done The raku program ...

2023-01-10 19:39:09   2   64    raku  
Secure websockets with Cro

Briefly: I created a service on an internet server using Cro and websocket. Very simple using Cro examples. No problem when sending and receiving data ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM