JOpt.TourOptimizer is an enterprise route optimization and scheduling engine for logistics, dispatch, transportation, and field service operations. It solves VRP, CVRP, VRPTW, pickup and delivery, multi-depot planning, heterogeneous fleet routing, and workforce scheduling under real-world business constraints.
The platform supports time windows, working hours, capacities, skills and expertise levels, territories, zone governance, overnight stays, alternate destinations, and custom business rules. Available as a Java SDK and Docker-based REST API with OpenAPI/Swagger, JOpt.TourOptimizer integrates into existing software platforms.
It helps organizations improve planning efficiency, service quality, transparency, SLA compliance, and operational reliability at scale. It is designed for software vendors, enterprise developers, and operations teams that need scalable optimization technology for production use, not just basic route calculation.
Learn more
CEX.IO is a regulated multi-functional cryptocurrency exchange. Established in 2013, it now has offices in the UK, US, Ukraine, Cyprus, and Gibraltar. With more than 3 million users across the globe, CEX.IO provides reliable services backed by cold cryptocurrency storage, financial viability, high security, and KYC/AML best practices. CEX.IO Exchange was one of the first platforms to make fiat-to-crypto transactions accessible by offering card payments and bank transfers to the clients. Currently, we provide a variety of trading tools for Bitcoin, Bitcoin Cash, Ethereum, Ripple, Stellar, Litecoin, Tron, and other crypto assets. You can trade these cryptocurrencies for USD, EUR, GBP, and RUB. We know that mobility matters, so we’ve enabled trading through a website, iOS and Android mobile apps, WebSocket, and REST API.
Learn more
Tornado Web Server
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling, WebSockets, and other applications that require a long-lived connection to each user. Tornado is different from most Python web frameworks. It is not based on WSGI, and it is typically run with only one thread per process. While some support of WSGI is available in the tornado.wsgi module, it is not a focus of development and most applications should be written to use Tornado’s own interfaces (such as tornado.web) directly instead of using WSGI. In general, Tornado code is not thread-safe. Tornado is integrated with the standard library asyncio module and shares the same event loop (by default since Tornado 5.0). In general, libraries designed for use with asyncio can be mixed freely with Tornado.
Learn more