I want to listen to a specific localhost port using Windows Filter. This is to be able to create an interface between the browser and Windows so that I can execute a series of commands in Windows
Asked
Active
Viewed 751 times
1
-
Just use a vanilla Dart server socket: https://api.dart.dev/stable/2.16.1/dart-io/ServerSocket/bind.html – Richard Heap Feb 17 '22 at 19:15
-
1Or if you really want an HTTP server check out shelf – Richard Heap Feb 17 '22 at 19:16