Vasil
Vasil

Reputation: 38116

Know of any small projects implementing an HTTP service using libevent?

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?

Upvotes: 0

Views: 1361

Answers (3)

Nick Gerakines
Nick Gerakines

Reputation: 1450

I've got a few:

Upvotes: 1

Jehiah
Jehiah

Reputation: 2779

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

Upvotes: 4

Mitch Wheat
Mitch Wheat

Reputation: 300579

This article contains example code.

Upvotes: 2

Related Questions