Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
yookoala committed Jan 15, 2016
0 parents commit 1f86930
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
gofast
======

*gofast* is a [FastCGI](http://www.fastcgi.com/devkit/doc/fcgi-spec.html)
client written purely in go.


Why?
----
Many popular languages (e.g. Python, PHP, Ruby) has FastCGI server
implementations. Developer used to proxy Nginx or Apache requests
to these FastCGI backend. What if go developers can use these
languages through the same protocol?

Some quick and dirty RPC could be handy with the help of all the
other languages support FastCGI. The only limit is your imagination.

Also, this is fun to do :-)

0 comments on commit 1f86930

Please sign in to comment.