Added two http-servers written on Go (spark, shell2http)
diff --git a/Projects.md b/Projects.md
index f81c8d7..13f709b 100644
--- a/Projects.md
+++ b/Projects.md
@@ -951,6 +951,8 @@
* [go-flowrate](https://github.com/mxk/go-flowrate) - Data transfer rate control (monitoring and limiting)
* [go-diameter](https://github.com/fiorix/go-diameter) - Diameter stack and Base Protocol (RFC 6733)
* [SOCKS5 Server](https://code.google.com/p/go-socks5) - Scalable SOCKS5 server with Access Control Lists
+ * [spark](https://github.com/rif/spark) - Emergency web server (for static files)
+ * [shell2http](https://github.com/msoap/shell2http) - Executing shell commands via simple http server
#### DNS
* [dns](https://github.com/miekg/dns) - A DNS library in Go