lpereira / lwan

Experimental, scalable, high performance HTTP server
https://lwan.ws
GNU General Public License v2.0
5.94k stars 548 forks source link

Documentation #69

Closed whatvn closed 9 years ago

whatvn commented 9 years ago

It would be nice if lwan has document, wiki to demonstrate how to write module, how to write handler, how to use caching, callback...

It's difficult to read line by line to understand the whole code base...

lpereira commented 9 years ago

I began writing a tutorial. Will probably publish in the following weeks.

lpereira commented 9 years ago

Take a look at this page. It's work in progress, but should get your feet wet.

whatvn commented 9 years ago

Yes, I have started with lwan last few days and writing a small handler that make used of lwan_cache and coroutine, when figure out callback function is the main point to use lwan's coroutine, things get easier. Thanks,

lpereira commented 9 years ago

I'm closing this issue then. Feel free to open other issues or edit the Wiki pages directly should you need it.

bonog commented 9 years ago

Fix