🌐
Socket example
No — it opens real TCP sockets for client/server networking, which is not available in the browser sandbox.
No — it opens real TCP sockets for client/server networking, which is not available in the browser sandbox.
# fist run the server
python ./server.py
# then run the client
python ./client.py
No — it opens real TCP sockets for client/server networking, which is not available in the browser sandbox.