|
From: Josep R. <jos...@gm...> - 2026-03-02 16:08:11
|
Hi all, A while ago I started a side project to expose QuantLib as a backend service. The idea is to run it as a separate pricing engine and access it via API. I recently picked it up again and now have a working version: - Distributed pricing engine - JSON and gRPC interfaces - Basic web frontend to interact with it Project: https://github.com/joseprupi/quantraserver Demo: https://app.quantra.io/ The motivation is to make QuantLib easier to integrate with modern systems (web apps, services, etc.), without having to wrap C++ code in each project. Any feedback is welcome. Thanks! Josep |