Browse Source

Update readme

Zane Kansil 10 years ago
parent
commit
189c23e054
1 changed files with 15 additions and 1 deletions
  1. 15 1
      frameworks/Go/goji/README.md

+ 15 - 1
frameworks/Go/goji/README.md

@@ -1,3 +1,17 @@
-# Goji (Golang) Benchmarking Test
+# [Goji](https://github.com/zenazn/goji) (Go) Benchmarking Test
 
 This is the go portion of a [benchmarking test suite](../) comparing a variety of web development platforms.
+
+"Goji is a minimalistic web framework that values composability and simplicity."
+
+### Source
+* [All test source](src/goji/server.go)
+
+## Test URLs
+
+    http://localhost:8080/json
+    http://localhost:8080/db
+    http://localhost:8080/queries?queries=[1-500]
+    http://localhost:8080/fortunes
+    http://localhost:8080/updates?queries=[1-500]
+    http://localhost:8080/plaintext