The IOCP defines TCP Socket classes that can be used for this, and like the other classes, they are low level. When I've built things with J5 that interacted with the world over wifi I always found creating/writing the server to be more of a chore than controlling the hardware itself. Given that, does it make sense to include a barebones HTTP client/server module and possibly a simple router too?
It could be a minimal subset of the node.js HTTP or HTTP2 API.
Not sure this is even doable in a small enough module, but it sure would be nice to make this easier for people.