view OrthancFramework/Resources/Samples/MicroService/README.txt @ 6295:88aa865b6a54 utf8-path

use boost::system::path instead of std::string to improve handling of non ASCII path on Windows
author Alain Mazy <am@orthanc.team>
date Wed, 03 Sep 2025 18:46:39 +0200
parents d25f4c0fa160
children
line wrap: on
line source

This file shows how to create a simple Web service in C++ (similar to
Python's Flask) using the Orthanc standalone framework.