0

My C is a bit rusty. I have some ideas I'd like to try and realize with libevent. Do you know any codebase I can use as a reference?

Vasil
  • 36,468
  • 26
  • 90
  • 114

3 Answers3

4

Two good projects that have fairly straight forward code are simplehttp and libevent-longpolling

Two spots i can point you to in order to answer this question in general are to search google code search for evhttp.h (or a similar libevent header file) or to search code.google.com for label:libevent

Jehiah
  • 2,739
  • 22
  • 18
2

This article contains example code.

Mitch Wheat
  • 295,962
  • 43
  • 465
  • 541
1

I've got a few:

Nick Gerakines
  • 1,432
  • 1
  • 11
  • 20