TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Gilmour: Framework for Writing Micro Services2

5 点作者 meson10将近 10 年前
Gilmour is a framework for writing micro-services that exchange data over non-http transports. Currently the supported backend is Redis PubSub. Redis pubsub channels are used like &quot;routes&quot;. Gilmour started off simply as a non-http alternative to Sinatra, but has grown into a feature rich microservices communication library and framework.<p>Gilmour provides a clear abstraction over underlying sub-pub Redis broker and supports request-response, as well as signal-slot pattern of communication.<p>Gilmour also provide Unix like Composition, AndAnd and Batch execution.<p>Gilmour is available at: https:&#x2F;&#x2F;github.com&#x2F;gilmour-libs&#x2F;gilmour

1 comment

meson10将近 10 年前
Gilmour is available at: <a href="https:&#x2F;&#x2F;github.com&#x2F;gilmour-libs&#x2F;gilmour" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;gilmour-libs&#x2F;gilmour</a>