[PR #586] [CLOSED] Add nanomsg #531

Closed
opened 2025-11-06 12:57:15 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/586
Author: @sanketplus
Created: 3/22/2016
Status: Closed

Base: masterHead: add-nanomsg


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Why this library is awesome?

Providing several communication patterns, it aims to make the networking layer fast, scalable, and easy to use. Implemented in C, it works on a wide range of operating systems with no further dependencies.

It supports following communication modes:

  • PAIR - simple one-to-one communication
  • BUS - simple many-to-many communication
  • REQREP - allows to build clusters of stateless services to process user requests
  • PUBSUB - distributes messages to large sets of interested subscribers
  • PIPELINE - aggregates messages from multiple sources and load balances them among many destinations
  • SURVEY - allows to query state of multiple applications in a single go

Also it works for:

  • in-process
  • IPC
  • over tcp

Vote for this pull request

Who agrees that this change should be merged could add your reactions (e.g. 👍) to this pull request.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/586 **Author:** [@sanketplus](https://github.com/sanketplus) **Created:** 3/22/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-nanomsg` --- ### 📝 Commits (1) - [`2d75a8e`](https://github.com/vinta/awesome-python/commit/2d75a8e360558230a5feb4e1e946c69a9cff97a9) Add nanomsg ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## Why this library is awesome? Providing several communication patterns, it aims to make the networking layer fast, scalable, and easy to use. Implemented in C, it works on a wide range of operating systems with no further dependencies. It supports following communication modes: - PAIR - simple one-to-one communication - BUS - simple many-to-many communication - REQREP - allows to build clusters of stateless services to process user requests - PUBSUB - distributes messages to large sets of interested subscribers - PIPELINE - aggregates messages from multiple sources and load balances them among many destinations - SURVEY - allows to query state of multiple applications in a single go Also it works for: - in-process - IPC - over tcp ## Vote for this pull request Who agrees that this change should be merged could add your reactions (e.g. :+1:) to this pull request. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 12:57:15 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#531