How to download and setup ws
Open terminal and run command
git clone https://github.com/gobwas/ws.git
git clone is used to create a copy or clone of ws 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 ws https://github.com/gobwas/ws/archive/master.zip
Or simply clone ws with SSH
[email protected]:gobwas/ws.git