Control D
Control D is a customizable DNS filtering and traffic redirection platform that leverages Secure DNS protocols like DNS-over-HTTPS, DNS-over-TLS and DNS-over-QUIC, with support for Legacy DNS.
With Control D you can: block malicious threats, block unwanted types of content network wide (ads & trackers, IoT telemetry, adult content, socials, and more), redirect traffic using transparent proxies and gain visibility on network events and usage patterns, with client level granularity.
Think of it as your personal Authoritative DNS resolver for the entire Internet that gives you granular control over what domains get resolved, redirected or blocked.
Learn more
BigCommerce
Create a business that is equipped to handle any challenge. Discover the adaptable, open SaaS platform that is pioneering a fresh chapter in ecommerce. Unlock endless opportunities to Build, Innovate, and Expand. Begin with a sturdy foundation provided by a robust ecommerce platform. Ignite your imagination and design stunning store experiences using limitless design tools. Simplify operational challenges with a user-friendly, secure platform that remains reliable when you need it the most. Provide rapid commerce solutions that ensure your customers return time and again. Transform seemingly impossible commerce scenarios into reality with the versatility of open SaaS. Capture market opportunities and introduce new experiences at the pace that suits your business. Create rich content experiences wherever your audience may be found. Effortlessly unify your backend systems or enhance functionality with third-party applications. Progress and scale intelligently without being hindered by complexity, allowing your business to thrive in a dynamic environment. By embracing this innovative approach, you can truly redefine the possibilities of ecommerce.
Learn more
Eclipse Jetty
Jetty serves as both a web server and a servlet container, offering capabilities for HTTP/2, WebSocket, OSGi, JMX, JNDI, JAAS, among other integrations. These elements are open source, allowing for free commercial use and distribution. Jetty finds application in a diverse range of projects and products across development and production environments. Developers have preferred Jetty for years due to its strong history of easy embedding in devices, tools, frameworks, application servers, and contemporary cloud services. It is a robust, standards-compliant framework that is open source and usable commercially, featuring flexibility, extensibility, a small footprint, and support for asynchronous operations, all while being enterprise scalable and dual-licensed under both Apache and Eclipse. It is utilized in large-scale clusters like Facebook Presto and in cloud computing platforms such as Google AppEngine. As Java and the JakartaEE project (previously JavaEE) evolved in 2020, the current recommended Jetty version hinges on factors such as the servlet API version and licensing preferences. Jetty continues to adapt, ensuring it meets the evolving needs of modern software development.
Learn more
Tornado Web Server
Tornado is a web framework for Python that also serves as an asynchronous networking library, initially created at FriendFeed. Utilizing non-blocking network I/O, it has the capability to manage tens of thousands of simultaneous connections, making it particularly suited for applications requiring long-lived user connections, such as long polling and WebSockets. Unlike most Python web frameworks, Tornado does not follow the WSGI standard and is primarily operated with a single thread per process. Although the tornado.wsgi module offers some WSGI compatibility, it is not the main focus of development, and developers are encouraged to utilize Tornado’s own interfaces, like tornado.web, for building applications. It is important to note that Tornado code is generally not designed to be thread-safe. Since version 5.0, Tornado has been integrated with Python's standard library asyncio module, sharing the same default event loop. This integration allows for seamless mixing of libraries that are built for asyncio with Tornado, enhancing its versatility and functionality. As a result, developers can create highly efficient applications that leverage both Tornado's strengths and asyncio's capabilities.
Learn more