Platform Engineer @Aftershoot.
Making backends in Go and Mobile Apps in Flutter
What are Unix Sockets? A UNIX socket, AKA Unix Domain Socket, is an inter-process communication mechanism that allows bidirectional data exchange between processes. It is similar to TCP/IP sockets, but it does not use the network stack, and it is us...
