ExaProxy is an open source non-caching web proxy written in C. It uses epoll and is multi-threaded for high performance. It has a non-blocking event-based network loop and uses coroutines and sockets as a message bus. It supports IPv6, acts as an IPv6-IPv4 gateway, and has its own asynchronous DNS library. Compared to other proxies like Squid, it has advantages like better load balancing, HTTPS filtering, and URL rewriting capabilities. Development is ongoing with over 250 commits to improve performance and functionality.