|
You are here |
mayaposch.wordpress.com | ||
| | | | |
yorakb.wordpress.com
|
|
| | | | | select * from registry$history ; | |
| | | | |
coderefinery.wordpress.com
|
|
| | | | | Multicast DNS service discovery, aka. Zeroconf or Bonjour, is a useful means of making your node app (e.g. multiplayer game or IoT project) easily discoverable to clients on the same local network. The node_mdns module worked out-of-the-box on my Mac. Unfortunately things weren't as straightforward on a node-alpine docker container running on Raspberry Pi Zero,... | |
| | | | |
yasoob.me
|
|
| | | | | Hi there fellows. In this post I am going to take you on an adventure with python sockets. They are the real backbones behind web browsing. In simpler terms there is a server and a client. We will deal with the client first. So lets first begin by importing the socket library and making a simple socket. import socket s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) Here we made a socket instance and passed it two parameters. | |
| | | | |
davquar.it
|
|
| | | Umami is an open-source, privacy oriented and lightweight web analytics service written in Node. Umami is super easy and quick to self-host, and in this post we'll see a setup with Docker Compose. | ||