Hacker News new | ask | show | jobs
by jventura 896 days ago
I don't have any significant recommendations. With my students I usually build three applications with sockets: a chat server/client, an HTTP webserver and an HTTP webserver serving JSON. Here's an example of an HTTP server using sockets [1], maybe you can follow and understand a little bit more about sockets.

[1] https://joaoventura.net/blog/2017/python-webserver/