-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 1f86930
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 :-) | ||
|