/HighPerformanceServer

Use socket to implement a http server

Primary LanguageJava

Implemented a high performance web server using Java NIO package

This is a web framework that can be used as a fundamental communication layer for distributed system. It is based on TCP/IP protocol.

REFERENCES:

  • Netty
  • Tomcat