Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mingslife/matrix
纯Java实现的Web静态服务器
https://github.com/mingslife/matrix
Last synced: about 7 hours ago
JSON representation
纯Java实现的Web静态服务器
- Host: GitHub
- URL: https://github.com/mingslife/matrix
- Owner: mingslife
- Created: 2016-09-30T14:38:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-02T15:50:23.000Z (almost 8 years ago)
- Last Synced: 2024-03-31T06:26:46.345Z (7 months ago)
- Language: Java
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.