Simple script that talks to an echo server via manually constructed http get request sent over tcp connection.
- Elixir, mix, erlang, etc.
brew update && brew install elixir - PHP of some sort (to run the server)
You'll need to have the lab echo server running somwhere, you can do that with:
php -S 0.0.0.0:8000 -t ../client.sh <IP_ADDRESS> <PORT_NUMBER> <MESSAGE>for example
./client.sh 0.0.0.0 8000 hi_there