Web Server in Uno

Can I write a server in Uno, how, or any API? If not, can my Foreign Code contain a long-running web server (for Android written in Java)?

Hi!

Uno is intended to be a client-side language and does not have any APIs for this.

However, you could probably build a server in foreign code, that shouldn’t be an issue.