I am looking for a few people to test a Web Server Class I have written in BlitzMax. I have tested the class under Win32 and all is fine. I need Linux and Mac Testers.
The aim is to write a lightweight web server that can be easily intergrated into any app. (e.g. Webmanagement for a game server, game updates from central server)
The basic features are:-
- HTTP/1.1 support
- Definable Port
- Definable send cache limit. Effectively limiting send per cycle and so providing suedo-threading.
- Callback to base app for request processing.
- String Data or File Reference return data supported.
- KB In/Out Statistics.
-Multi request support
-Standard HTTP Error Support
Features to added later:-
-Transaction Log
-Built in status and management through HTTP
-Throughput Chart through HTTP??
-scripting support??
Mark
The aim is to write a lightweight web server that can be easily intergrated into any app. (e.g. Webmanagement for a game server, game updates from central server)
The basic features are:-
- HTTP/1.1 support
- Definable Port
- Definable send cache limit. Effectively limiting send per cycle and so providing suedo-threading.
- Callback to base app for request processing.
- String Data or File Reference return data supported.
- KB In/Out Statistics.
-Multi request support
-Standard HTTP Error Support
Features to added later:-
-Transaction Log
-Built in status and management through HTTP
-Throughput Chart through HTTP??
-scripting support??
Mark