Exemplo n.º 1
0
		// TODO: re-add after httpserver.cs is converted to IJS 0.2
		// private static http httpObj = new http( ctx.Environment );

      static Server()
      {
         instance = new Server();
      }
Exemplo n.º 2
0
		static void Main( string[] args ) {
			Server instance = new Server();
			instance.evalCommandlineArgument();
			instance.runEventLoop();			
		}