Mongoose web server in Linux

It’s very easy to start a Python web server on localhost.


If you want something more serious but still lightweight, check out the Mongoose web server.

Fetch and compile:

wget https://mongoose.googlecode.com/files/mongoose-3.8.tgz
tar xvzf mongoose-3.8.tgz
cd mongoose
make linux


The user manual is here.


注意一點:

在7000端口啓動mongoose的命令爲:

./mongoose -listening_ports 7000

發佈了146 篇原創文章 · 獲贊 47 · 訪問量 59萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章