Hacker News
- Async HTTP benchmarks on PyPy3 https://morepypy.blogspot.com/2017/03/async-http-benchmarks-on-pypy3.html?m=1 4 comments
- Vert.x (JVM async) vs Node.js Http benchmarks results http://vertxproject.wordpress.com/2012/05/09/vert-x-vs-node-js-simple-http-benchmarks/ 118 comments
- RestCommander: Fast Parallel Async HTTP Client as a Service https://github.com/eBay/restcommander 9 comments
- Functional HTTP Client with Infinite Chaining, Async, Delay, Fork and Repeat https://github.com/Debdut/url-request 2 comments
- Show HN: Hellepoll is a blazingly-fast async HTTP server written in C++ https://github.com/williame/hellepoll 28 comments
Lobsters
- Writing fast async HTTP requests in Python https://blog.jonlu.ca/posts/async-python-http 10 comments python , web
- async-request HTTP request implementation using ES7 async https://github.com/gajus/async-request 4 comments node
- async-await simple http server with epoll https://www.reddit.com/r/rust/comments/c7292d/asyncawait_simple_http_server_with_epoll/ 7 comments rust
- drakma-async: A conversion of the drakma HTTP library to be non-blocking https://github.com/orthecreedence/drakma-async 6 comments lisp
- writing fast async http requests in Python https://blog.jonlu.ca/posts/async-python-http 2 comments python
- tophat: async http server lib https://www.reddit.com/r/rust/comments/kp32c0/tophat_async_http_server_lib/ 5 comments rust
- looking for a small/simple http server async example https://github.com/frmdstryr/zhp/blob/14b19bdea2c7bc85b4133c60782ec837704697b8/tests/basic.zig 3 comments zig
- Announcing Wiremock, async HTTP mocking to test Rust applications https://www.lpalmieri.com/posts/2020-04-13-wiremock-async-http-mocking-for-rust-applications/ 19 comments rust
- New post: Async HTTP https://blog.yoshuawuyts.com/async-http/ 27 comments rust
- Runtime-independent async HTTP server? https://docs.pact.io/ 4 comments rust
- Yukikaze: a way to async HTTP client https://www.reddit.com/r/rust/comments/93x0jj/yukikaze_a_way_to_async_http_client/ 21 comments rust
- a async Scheme http server base on libuv https://github.com/guenchi/Igropyr 3 comments scheme
- Super lightweight embedded async HTTP server in pure Swift https://github.com/envoy/embassy 8 comments swift
- Bayou - Async Http Server for Java 8 http://bayou.io/intro.html 24 comments java
- Cancelling an async HTTP request Task sends TCP RESET packet http://byterot.blogspot.com/2014/06/cancelling-http-request-sends-http-tcp-syn-reset-aspnetwebapi-httpclient-async-task-cancellationtoken.html 4 comments programming
- Cancelling an async HTTP request Task sends TCP RESET packet http://byterot.blogspot.com/2014/06/cancelling-http-request-sends-http-tcp-syn-reset-aspnetwebapi-httpclient-async-task-cancellationtoken.html 5 comments csharp
- Async HTTP UpdateServer: A Simple OTA web page implemented over ESPAsyncWebServer(by me-no-dev) https://github.com/IPdotSetAF/ESPAsyncHTTPUpdateServer 4 comments arduino
- Looking for review/comments on my async HTTP job queue. feel free to reuse! https://github.com/BenIsenstein/http-job-queue 4 comments learnjavascript
- This is asyhttp, a simple module to perform asynchronous HTTP requests using asyncio and aiohttp. It provides a trivial way to quickly perform a set of async HTTP requests in python. https://github.com/ax/asyhttp 2 comments python
- Wormhole: an easy http tunnel to localhost for development or sharing via a public url. Built on async-io using tokio. https://github.com/agrinman/wormhole 7 comments rust
- Markdown as a Service - Convert Markdown to HTML async in your Browser over HTTP, or use in an iframe https://stdlib.com/services/stdlib/markdown 4 comments javascript
- A C++11 library for http and https servers and clients with sync and async client using boost.asio https://github.com/jbandela/jrb_node 7 comments cpp
- Async Http Client for iOS - easily add asynchronous REST API calls to your iOS app. https://github.com/bwship/async-http-client-ios 5 comments programming
- Open-source very high performance event-based async HTTP web server built in .NET - Rapid Server https://github.com/perrybutler/rapid-server 5 comments dotnet
- 40K / sec / core? Hellepoll is blazingly-fast async HTTP server written in C++ https://github.com/williame/hellepoll/blob/master/readme.md 98 comments programming