GitHub - vonzhou/java-nio-server: NIO实现的HTTP Server · GitHub
Skip to content

vonzhou/java-nio-server

 
 

Folders and files

Repository files navigation

使用NIO实现的HTTP Server

运行 com.jenkov.nioserver.example.Main,然后构造HTTP请求:

~ curl http://localhost:9999/
<html><body>Hello World!</body></html>%

About

NIO实现的HTTP Server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • Java 100.0%