Hello! I've been sitting around trying to think of something to make, and then I decided that I would try a simple web server that only did html pages (not php or any like that). I made a functional server in python, but now I'm wondering if it would be possible in VB.NET. I tried using sockets, but I can't find abything that would act as the "send" function like in python.

In python, I just sent a header to the client and served the html page. But I have no idea where to begin in VB.NET.

Any ideas? Code examples?