I have an existing web page which uses the Tesseract.js OCR library and because of this it needs to run in some kind of web server such as Express or Live Server. I am planning to convert this web page into a web app but my concern is whether Xamarin has a built-in web server.
Answers
I meant to say that I am planning to convert my existing web page into a mobile app not web app, using Xamarin.
No, it doesn't.
Seen a few approaches for this, as John says, out of the box it's not included but it can be achieved.
https://spin.atomicobject.com/2018/01/08/xamarin-forms-embedded-web-server/