|
Hello, In my production app I'm using a c# version of https://github.com/futurepress/react-native-static-server |
Answered by
asklar
Sep 15, 2022
Replies: 1 comment
|
you could translate this example and the corresponding repo to C++/WinRT: https://www.codeproject.com/Articles/137979/Simple-HTTP-Server-in-C - it should be fairly straightforward once you familiarize with how to map C# types to C++/WinRT types :) |
0 replies
Answer selected by
chrisglein
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you could translate this example and the corresponding repo to C++/WinRT: https://www.codeproject.com/Articles/137979/Simple-HTTP-Server-in-C - it should be fairly straightforward once you familiarize with how to map C# types to C++/WinRT types :)