Collecting links to example code implementing minimal chat servers on different libraries.
ws, nodejs, tutorial by Sentre
fastAPI, python, FastAPI Websocket Chat Example
fastAPI, python, tutorial by Benchoubani
django channels, python, django private chat, old version
flask-socketIO, python, tutorial
websocketpp, c++, broadcast example
cppWebSockets, c++, chat example (this library is a wrapper around libwebsockets)
spring, java, Singh’s tutorial