Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 243 Bytes

readme.md

File metadata and controls

12 lines (9 loc) · 243 Bytes

Fast-Share Example

Run

git clone github.com/unsafe-risk/fast-share
cd fast-share/example
go run client/main.go &
go run server/main.go

If you terminate the server application, the client application will be terminated too.