We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df0cda0 commit 6c8d0adCopy full SHA for 6c8d0ad
1 file changed
samples/Backend on Go.md
@@ -1,5 +1,10 @@
1
# Backend in Go
2
3
+## Libraries
4
+ * http://godoc.org/github.com/patdek/gongflow
5
+ * https://github.com/stuartnelson3/golang-flowjs-upload
6
+
7
+## Exmaple
8
1. A `GET` request is sent to see if a chunk exists on disk. If it isn't found, the chunk is uploaded.
9
2. Each `POST` request is parsed and then saved to disk.
10
3. After the final chunk is uploaded, the chunks are stitched together in a separate go routine.
0 commit comments