示例#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();
      }
示例#2
0
文件: Program.cs 项目: WuLex/Node.net
		static void Main( string[] args ) {
			Server instance = new Server();
			instance.evalCommandlineArgument();
			instance.runEventLoop();			
		}