Asynchronous HttpClient using libev [closed] - httpclient

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm writing a web server using libebb (http://tinyclouds.org/libebb/) and libev. I'm looking for an async httpclient that uses the libev event loop.
I'd like it to support Http 1.1 (pipelining, keep-alives, etc).
I hope this isn't a dumb question.

Here is an HTTP client I made using libev and C++:
https://github.com/jspotter/evhttpclient
Feel free to pull/contribute.

Related

What do you use Reactive Extensions for? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I have a very light grasp of the Rx framework and while I understand some of its capabilities, I'm not sure of where it makes sense to use it, especially in a "real-life" scenario e.g. a distributed Web app.
Do you use Rx? Which version? What for?

Recommend books about web server architecture or technique [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I'm looking for an book which presents how does a web server work. For example, I want to learn how Apache works and its architecture.
Thank you very much

What can be done with node.js or socket.io? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
What can we do with node.js, socket io or any server side JavaScript?
I know every programming language or framework has its own features or functionality that makes it different from other. For example, we use jQuery specially for nice UI design. On that view, what is necessity of learning node.js?

What's the preferred web server for perl? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
In PHP the best choice is nginx now,what's the case in perl world?
Nginx is still a fine choice, but if you write your Perl app to be PSGI-compliant, then you really shouldn't care; changing web servers is a snap.

Need guidance to start working on Openfire through strophe [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
My objective is to get communication started on openfire through strophe. But have a few questions like:
What is the language that strophe will be written in?
How and where are the connections written?
Just some basic guidance or a good link to a starter tutorial will be very helpful.
Strophe is a javascript library here is a good link to get you started.
http://code.stanziq.com/strophe/