Skip to content

Commit c98f05a

Browse files
committed
Update README.md
Signed-off-by: Haomai Wang <[email protected]>
1 parent a45506e commit c98f05a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,20 @@ interfaces to developer.
5252
> Application Server: WSGI support and static file support both under Http,
5353
> Redis-cluster app support under Redis protocol
5454
55+
TODO Feature
56+
===========
57+
58+
* Web Dashboard aimed to replace with CLI interactive
59+
* Add SystemTap Toolkit support to monitor the status of application and for
60+
ease of Ops
61+
* Refactor ugly code such as configuration definition and replace with more clear
62+
definition.
63+
* Provide Static Module with `fd`(file description) cache like Nginx
64+
* Provide with multi IP address binding
65+
* Add corotine worker support
66+
67+
If anyone is interested in Wheatserver and join us, feel free to mail me!
68+
5569
Build
5670
===========
5771

wheatserver.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ file-maxsize 16777216
193193
# Suggested type see http://en.wikipedia.org/wiki/MIME_type
194194
# Attention: No Space between extensions and ',' is the separator.
195195
# Format: (EXTENSIONS,)*EXTENSION
196-
#
197196
# Example: allowed-extension jpg,gif,bmp,png
198197
#
199198
# default: *

0 commit comments

Comments
 (0)