imgproxy
imgproxy is an extremely fast and secure image processing tool.
imgproxy is an image processing tool that is lightning fast and secure. It is designed to increase developer productivity and save time developing image processing pipelines.
imgproxy Pro is a powerful version of this fast and secure image processing tool. It offers priority support, smart image adjustments and machine learning features.
Thousands of users trust imgproxy on projects of various scales, from eBay and Photobucket to many startups. This is because it reduces costs as well as removes the restriction that saved images must conform to certain formats.
15 years of combined experience and machine learning expertise have guided our selection of 55+ features.
Object detection
Video thumbnail generation
Color adjustment
Auto-quality
Advanced optimizations
Watermarking
Conversion from GIF to MP4
Learn more
Blackbird API Development
Accelerate the development of APIs that are ready for production.
AI-Powered Code Generating, Mocking within Minutes and On-Demand Ephemeral Testing Environments.
With Blackbird's proprietary technology and simple, intuitive tools, you can Spec, Mock and Write Boilerplate code faster. Validate your specs, run tests on a live environment and debug in Blackbird with your team. This will allow you to deploy your API with confidence. You can control your own test environment, whether it's on your local machine, or in the dedicated Blackbird Dev Environment. This is always available to you in your Blackbird account and there are no cloud costs.
OpenAPI standardized specs are created in seconds, so you can begin coding without spending time on your design. Mocking that is dynamic, sharable and easy to share in minutes. No need to manually write code or maintain it. Validate and go.
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
Kestrel
Kestrel serves as a versatile web server for ASP.NET Core applications, being the default server integrated into project templates. It provides support for various protocols including HTTPS and HTTP/2, though the latter is not available on macOS, and facilitates WebSockets through an opaque upgrade feature, along with Unix socket support for enhanced performance when operating behind Nginx. This web server is compatible with all platforms and versions that .NET Core accommodates. Developers must be aware that some browsers necessitate explicit permission to accept the local development certificate, and project templates are pre-configured to utilize HTTPS by default while also integrating HTTPS redirection and HSTS features. Kestrel offers specific configuration options that are particularly beneficial for deployments exposed to the internet, with distinct connection limits for those upgraded from HTTP or HTTPS to other protocols, such as during WebSocket requests. Notably, the server has a default limit for the maximum request body size set at approximately 28.6 MB, or 30,000,000 bytes, ensuring efficient handling of requests. Additionally, the flexibility of Kestrel allows developers to fine-tune these parameters according to their application's specific requirements.
Learn more