Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willtrnr/ndsnull
Blazing fast HTTP server for the Nintendo DS just because
https://github.com/willtrnr/ndsnull
Last synced: 12 days ago
JSON representation
Blazing fast HTTP server for the Nintendo DS just because
- Host: GitHub
- URL: https://github.com/willtrnr/ndsnull
- Owner: willtrnr
- Archived: true
- Created: 2014-10-28T05:26:11.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-26T02:01:34.000Z (about 9 years ago)
- Last Synced: 2024-08-02T05:11:34.896Z (3 months ago)
- Language: C
- Homepage:
- Size: 535 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-blazingly-fast - ndsnull - Blazing fast HTTP server for the Nintendo DS just because (C)
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).