From b78969d04516212da5cd0e75612b6fe1890fa742 Mon Sep 17 00:00:00 2001 From: Brandon Nozaki Miller Date: Fri, 10 Dec 2021 15:27:38 -0800 Subject: [PATCH] Added sponsor badge --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9424623..cb4949f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ node-ipc ================ + +[![Sponsor RIAEvangelist to help development of node-ipc](https://img.shields.io/static/v1?label=Sponsor%20Me%20On%20Github&message=%E2%9D%A4&logo=GitHub&link=https://github.com/sponsors/RIAEvangelist)](https://github.com/sponsors/RIAEvangelist) + *a nodejs module for local and remote Inter Process Communication* with full support for Linux, Mac and Windows. It also supports all forms of socket communication from low level unix and windows sockets to UDP and secure TLS and TCP sockets. A great solution for complex multiprocess **Neural Networking** in Node.JS