예제 #1
0
파일: server.cs 프로젝트: asbjornu/Node.net
		// 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();			
		}