From 4ccbcec61271c234e0ef638871ce304514eba36b Mon Sep 17 00:00:00 2001 From: Ryo Kanbayashi Date: Mon, 4 Mar 2024 22:01:10 +0900 Subject: [PATCH 1/2] added NostrP2P to Others section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a73805e..ce54692 100644 --- a/README.md +++ b/README.md @@ -575,6 +575,7 @@ Outside of nostr itself, you find the community on: - [wellorder nostr datasets](https://wiki.wellorder.net/wiki/nostr-datasets/) - Public standardized nostr datasets for benchmarking, data science, or other analysis. - [ostrich.work](https://ostrich.work/) - nostr job board - [njump.me](https://njump.me/) - hosted http gateway for browsing profiles, notes and relays +- [NostrP2P](https://github.com/ryogrid/nostrp2p)![stars](https://img.shields.io/github/stars/ryogrid/nostrp2p.svg?style=social) - Pure peer-to-peer distributed microblog system on NAT transparent overlay network implemented in Golang based on idea of Nostr ## Deprecated From e5eea3a47a2a7d15f52718335d18c0aaa6900eb2 Mon Sep 17 00:00:00 2001 From: Aljaz Ceru Date: Wed, 6 Mar 2024 08:28:58 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce54692..ed77187 100644 --- a/README.md +++ b/README.md @@ -351,6 +351,7 @@ Websites with lists of relays and their performance/health: - [nostr-launch](https://codeberg.org/rsbondi/nostr-launch) - a tool for launching a bunch of relays and clients locally for development and testing - [nostr-notify](https://github.com/jb55/nostr-notify)![stars](https://img.shields.io/github/stars/jb55/nostr-notify.svg?style=social) - desktop nostr notifications using libnotify - [nostr-proxy](https://github.com/dolu89/nostr-proxy)![stars](https://img.shields.io/github/stars/dolu89/nostr-proxy?style=social) - Push and get events to your Proxy, get results from multiple Nostr relays. +- [NostrP2P](https://github.com/ryogrid/nostrp2p)![stars](https://img.shields.io/github/stars/ryogrid/nostrp2p.svg?style=social) - Pure peer-to-peer distributed microblog system on NAT transparent overlay network implemented in Golang based on idea of Nostr - [nostr-rs-relay-compose](https://github.com/vdo/nostr-rs-relay-compose)![stars](https://img.shields.io/github/stars/vdo/nostr-rs-relay-compose.svg?style=social) - a Docker compose deployment for nostr-rs-relay with SSL support based on Traefik - [nostr-spam-detection](https://github.com/blakejakopovic/nostr-spam-detection)![stars](https://img.shields.io/github/stars/blakejakopovic/nostr-spam-detection.svg?style=social) - An experiment in building a machine learning model to label Nostr spam content for filtering and relay rejection. - [nostr-terminal](https://github.com/cmdruid/nostr-terminal)![stars](https://img.shields.io/github/stars/cmdruid/nostr-terminal.svg?style=social) - SSH-like access to your machine via web terminal, powered by Nostr. @@ -575,7 +576,7 @@ Outside of nostr itself, you find the community on: - [wellorder nostr datasets](https://wiki.wellorder.net/wiki/nostr-datasets/) - Public standardized nostr datasets for benchmarking, data science, or other analysis. - [ostrich.work](https://ostrich.work/) - nostr job board - [njump.me](https://njump.me/) - hosted http gateway for browsing profiles, notes and relays -- [NostrP2P](https://github.com/ryogrid/nostrp2p)![stars](https://img.shields.io/github/stars/ryogrid/nostrp2p.svg?style=social) - Pure peer-to-peer distributed microblog system on NAT transparent overlay network implemented in Golang based on idea of Nostr + ## Deprecated