A Blitz Code Server

Blitz3D Forums/Blitz3D Programming/A Blitz Code Server

massung(Posted 2004) [#1]
I was wondering if anyone has ever used Blitz to make a kind of code server? If not, I guess I'll forge ahead on my own blindly. Let me describe what I'm thinking:

The Blitz program will run silently in the background, accepting localhost commands on a given port. These commands correspond directly to the Blitz API and are executed as received.

I'm not sure that it would be worth the hassle. But it would be nice to have an interface to the Blitz codebase/libraries and this is the only way I can think of to do this.

Jeff


jfk EO-11110(Posted 2004) [#2]
Maybe the Virtual Blitz Machine would be useful for this.


Zenith(Posted 2004) [#3]
It's plenty possible, just do it. ;)