I'm not sure if it's asked before but as far as I see, there're no similar questions here.
I'm building a flutter app which should open a port ( ex. 8080 ) on the device to host a local web server on demand. While http_server component does this, as far as I understand it doesn't process JS code ( very low level ). Is there an alternative way to do this?