packet_worker_runner
Ruby library for Event driven network programming (dependency package)
Install
- All systems
-
curl cmd.cat/packet_worker_runner.sh
- Debian
-
apt-get install ruby-packet
- Ubuntu
-
apt-get install ruby-packet
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ruby-packet
- Raspbian
-
apt-get install ruby-packet
- Dockerfile
- dockerfile.run/packet_worker_runner
ruby-packet
Ruby library for Event driven network programming (dependency package)
Packet is a pure ruby library for writing network applications in Ruby. It follows Evented Model of network programming and implements almost all the features provided by EventMachine. It also provides easy to use UNIX workers for concurrent programming. This is a dummy package depending on the library for the current default version of Ruby.