Well, for the past couple of weeks I've been working on a ridiculous side-track that has actually sort of been panning out into something cool. Before the winter holidays, I hacked up a simple app for my mother to keep track of her recipes. I used python and a simple web server that runs on localhost and coughs up the pages very reliably. While the source for the app is pretty messy, the project gave me an idea for a nice framework to build web apps specifically for the client machine.

Introducing... Goose. Goose is a simple web browser and server that run on the local machine and serves up html or php pages. It's a very slim setup, with only basic php-cgi functionality + sqlite3 module. I think it's perfect for people who want an easy environment to get started with php, or to create desktop applications that are built using web technologies.

Anyway, Goose is not quite ready for the public, but I should have an initial release... soon? Runs on .net 2.0 or higher. Also, requires XP or better. Not tested on mono ( yet ).

Comments

Popular posts from this blog

FREE Delphi Starter Edition

Getting Homebrew Set Up For Non-Admin Account on Your Mac OSX 10.8

Mono Versions in Unity 3.5.7 and 4.3.4