From a98977d2be063a8376050047fcd1787f594ff792 Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Sat, 4 May 2024 19:18:25 -0400 Subject: [PATCH] NIP-55: Unix Domain Sockets --- 55.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 55.md diff --git a/55.md b/55.md new file mode 100644 index 00000000..fdd8412b --- /dev/null +++ b/55.md @@ -0,0 +1,11 @@ +# NIP-55 - Unix Domain Socket Communication + +## Defining the file path for UDS + +NIP-55 defines a standard way to communicate via Unix Domain Sockets (UDS). UDS needs a file path as a qualifier so that both client and server can agree on a place to exchange information. + +The file path will be chosen as `/tmp/nip55` + +## Communication + +There are potentially many ways to communicate over this socket, one way would be the JSON-RPC collection found in NIP-46.