getty
a netty like asynchronous network I/O library based on tcp/udp/websocket; a bidirectional RPC framework based on JSON/Protobuf; a microservice framework based on zookeeper/etcd
How to download and setup getty
Open terminal and run command
git clone https://github.com/AlexStocks/getty.git
git clone is used to create a copy or clone of getty repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with getty https://github.com/AlexStocks/getty/archive/master.zip
Or simply clone getty with SSH
[email protected]:AlexStocks/getty.git