Godot Version
4.4.0-dev7
Question
I am making an Android code editor.
I want to host the home project directory as a localhost server (such as 127.0.0.1:8000) so users can see their code results in the web browser (HTML pages).
ENet peer nodes seems to not have such functionality.
Is there any way to do that?