Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 221 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 221 Bytes

go-tcp-file-streaming

A simple tcp based connection file sharing for sharing large files over network without copying whole file into memory.

Topics included

  • tcp
  • filesharing
  • net package
  • streaming
  • socket