It’s working!
I’ve got the first completely working code!
Screenshot shows FOW running a simple fastcgi server on OSX with Apache2.
What’s implemented:
lots of FOWRequest stuff
URL resolver
CTemplate wrapper in objective-c
FastCGI server controller
I’ll see if this thing can work in linux/cocotron in the morning.
If somebody is interested, here’s the controller code for the page above:
@implementation Handler
- (FOWResponse *)handle:(FOWRequest *)rq
{
FOWResponse *rs [...]
Posted in Uncategorized • No Comments »