Skip to content
This repository has been archived by the owner on Mar 29, 2019. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 624 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 624 Bytes

/nds/null

Presenting a single threaded, though pretty fast, super web scale (not really, just forcing in buzz words) HTTP 1.0 server.

The bare minimum is there to comply with HTTP/1.0 (I believe), so it actually works well enough to be used with a standard web browser (though not really useful).

Building

If you're building for the Nintendo DS, just run make on the Makefile.nds file (assuming you have DevKitPro in your path, make will complain about it anyway in case it's not there).

For Linux or Windows (Cygwin), you have to gcc the C files together (sorry, no Makefile yet, I'm bad at those).