Update Readme files
This commit is contained in:
16
src/README
16
src/README
@@ -1,5 +1,17 @@
|
||||
Eiffel Web Nino is and HTTPD server. It's a work in progress, so maybe it will be refactored.
|
||||
The goal of is to provide a simple web server for development (like Java, Python and Ruby provide)
|
||||
Eiffel Web Nino is an HTTPD server. It's a work in progress, so maybe it will be refactored.
|
||||
The goal of is to provide a simple web server for development (like Java, Python and Ruby provide).
|
||||
|
||||
|
||||
Eiffel Web Nino Directory Structure (WIP: Work in Progress)
|
||||
====================================
|
||||
src
|
||||
configuration -- Classes to handle the httpd server configuration, single/multithread setup
|
||||
io -- Classes to handle the input and output string to/from the server
|
||||
request -- Classes to handle different types of request.
|
||||
response
|
||||
|
||||
web_server
|
||||
test
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user