Skip to content

Commit 6c8d0ad

Browse files
committed
docs: go backend
1 parent df0cda0 commit 6c8d0ad

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

samples/Backend on Go.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Backend in Go
22

3+
## Libraries
4+
* http://godoc.org/github.com/patdek/gongflow
5+
* https://github.com/stuartnelson3/golang-flowjs-upload
6+
7+
## Exmaple
38
1. A `GET` request is sent to see if a chunk exists on disk. If it isn't found, the chunk is uploaded.
49
2. Each `POST` request is parsed and then saved to disk.
510
3. After the final chunk is uploaded, the chunks are stitched together in a separate go routine.

0 commit comments

Comments
 (0)