Create a command line client as a separate application that opens a requested number of sessions simultaneously.
This should be a separate executable generated with the make command in the bin/ folder that will accept an argument with the number of parallel connections that will open on the server.
https://github.com/christos27/goapp/issues/16 https://github.com/christos27/goapp/issues/17 https://github.com/christos27/goapp/issues/18
Create a command line client as a separate application that opens a requested number of sessions simultaneously.
This should be a separate executable generated with the
make
command in thebin/
folder that will accept an argument with the number of parallel connections that will open on the server.