KongfuMan / HighPerformanceServer

Use socket to implement a http server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Use socket to implement a http server


Languages

Language:Java 99.3%Language:HTML 0.7%