April 12, 2023

I've been revising the cira 2018 code of Photon and realized it's quite well designed for a public beta.

Examples

The use of std.net.curl augmented by Photon to scale well:
https://github.com/DmitryOlshansky/photon/blob/master/tests/curl_download.d

Other syntetic tests may serve as examples:
https://github.com/DmitryOlshansky/photon/tree/master/tests

Github:
https://github.com/DmitryOlshansky/photon

DUB:
https://code.dlang.org/packages/photon

--
Dmitry Olshansky