Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/willtrnr/ndsnull

Blazing fast HTTP server for the Nintendo DS just because
https://github.com/willtrnr/ndsnull

Last synced: about 2 months ago
JSON representation

Blazing fast HTTP server for the Nintendo DS just because

Awesome Lists containing this project

README

        

/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).