Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mingslife/matrix

纯Java实现的Web静态服务器
https://github.com/mingslife/matrix

Last synced: about 7 hours ago
JSON representation

纯Java实现的Web静态服务器

Awesome Lists containing this project

README

        

# Matrix
纯Java实现的Web静态服务器

### 简介
本人大学生,这段时间在找工作,在准备的时候也发现了自己对HTTP协议的了解还是太浅。为了加深对HTTP协议的了解,所以决定自己动手写一个Web静态服务器,未来有可能会做成支持动态的服务器。由于Web服务器只是一个Web应用(比如网站)的容器,所以就取名叫Matrix啦,这个名字的灵感来自于黑客帝国里Matrix的概念。

# Matrix
A static web server written by pure Java.

### Introduce
I am a college student. These time I've looking for a job and I found that I know little about HTTP protocol. To solve this problem, I've decided to write a static web server myself, and in the fulture, I'll consider to make it to support dynamic contents. And because web server is just a matrix of web applications, like websites, etc, so I named it Matrix, which is from movie The Matrix.