awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to mikestefanello/backlite

Open-source alternatives to Backlite

30 open-source projects similar to mikestefanello/backlite, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Backlite alternative.

  • nanomsg/mangosnanomsg 的头像

    nanomsg/mangos

    755在 GitHub 上查看↗

    mangos is a pure Golang implementation of nanomsg's "Scalablilty Protocols"

    Gogolang-networkmessagenanomsg
    在 GitHub 上查看↗755
  • appleboy/drone-lineappleboy 的头像

    appleboy/drone-line

    81在 GitHub 上查看↗

    Sending line notifications using a binary, docker or Drone CI.

    Gobotdockerlinebot
    在 GitHub 上查看↗81
  • agoalofalife/eventagoalofalife 的头像

    agoalofalife/event

    62在 GitHub 上查看↗

    The implementation of the pattern observer

    Goeventevent-goevents
    在 GitHub 上查看↗62
  • mustafaturan/busmustafaturan 的头像

    mustafaturan/bus

    368在 GitHub 上查看↗

    🔊Minimalist message bus implementation for internal communication with zero-allocation magic on Emit

    Goeventbusgogo-library
    在 GitHub 上查看↗368
  • centrifugal/centrifugocentrifugal 的头像

    centrifugal/centrifugo

    10,404在 GitHub 上查看↗

    Centrifugo is a self-hosted real-time messaging server that provides infrastructure for scalable notifications, a publish-subscribe message broker, and a language-agnostic WebSocket gateway. It allows for the delivery of instant messages and data streams to concurrent users via WebSockets and Server-Sent Events. The system functions as a communication layer that separates network transport from backend business logic. It supports distributed messaging clusters using Redis for coordination of presence and message delivery across multiple server nodes. The project covers channel subscription m

    Goablyalternativeeventsource
    在 GitHub 上查看↗10,404

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • chanify/chanifychanify 的头像

    chanify/chanify

    1,324在 GitHub 上查看↗

    Chanify is a safe and simple notification tools. This repository is command line tools for Chanify.

    Goanonymousapnsdocker
    在 GitHub 上查看↗1,324
  • appleboy/gorushappleboy 的头像

    appleboy/gorush

    8,738在 GitHub 上查看↗

    Gorush is a dedicated notification dispatch server used to send real-time alerts to iOS and Android mobile devices. It functions as a centralized infrastructure for hosting a notification API and managing the delivery of push messages through high-throughput queuing. The system supports both gRPC streams and HTTP endpoints to receive notification triggers and includes a command-line interface for triggering alerts without a running server process. It manages network traffic through proxy routing via HTTP or SOCKS5 and secures server communication using automated TLS certificate management. O

    Goandroidapnsgcm
    在 GitHub 上查看↗8,738
  • clivern/beaverClivern 的头像

    Clivern/Beaver

    1,580在 GitHub 上查看↗

    💨 A real time messaging system to build a scalable in-app notifications, multiplayer games, chat apps in web and mobile apps.

    Gobeaverhacktoberfestmessaging
    在 GitHub 上查看↗1,580
  • alexsniffin/gosdalexsniffin 的头像

    alexsniffin/gosd

    26在 GitHub 上查看↗

    A library for scheduling when to dispatch a message to a channel

    Gogomessagingscheduling
    在 GitHub 上查看↗26
  • asaskevich/eventbusasaskevich 的头像

    asaskevich/EventBus

    1,976在 GitHub 上查看↗

    Go Lightweight eventbus with async compatibility for Go

    Goevent-drivengolang
    在 GitHub 上查看↗1,976
  • dailymotion/oplogdailymotion 的头像

    dailymotion/oplog

    111在 GitHub 上查看↗

    A generic oplog/replication system for microservices

    Go
    在 GitHub 上查看↗111
  • desertbit/gluedesertbit 的头像

    desertbit/glue

    421在 GitHub 上查看↗

    Glue - Robust Go and Javascript Socket Library (Alternative to Socket.io)

    Go
    在 GitHub 上查看↗421
  • dunglas/mercuredunglas 的头像

    dunglas/mercure

    5,266在 GitHub 上查看↗

    Mercure is an HTTP-based message broker and real-time pub/sub server that routes asynchronous data updates to authorized subscribers. It functions as a centralized hub that receives data via standard HTTP requests and broadcasts it to web clients using the Server-Sent Events protocol. The project distinguishes itself by replacing WebSockets with a unidirectional HTTP connection, leveraging HTTP/2 and HTTP/3 for multiplexed, low-latency delivery. It implements a secure access control layer using JSON Web Tokens and JSON Web Signatures to validate the identity of publishers and subscribers, and

    Goapiasync-apicaddy
    在 GitHub 上查看↗5,266
  • furdarius/rabbitroutinefurdarius 的头像

    furdarius/rabbitroutine

    115在 GitHub 上查看↗

    Lightweight library that handles RabbitMQ auto-reconnect and publishing retry routine for you.

    Goamqpfailovergo
    在 GitHub 上查看↗115
  • godbus/dbusgodbus 的头像

    godbus/dbus

    1,182在 GitHub 上查看↗

    Native Go bindings for D-Bus

    Go
    在 GitHub 上查看↗1,182
  • cheshir/go-mqcheshir 的头像

    cheshir/go-mq

    91在 GitHub 上查看↗

    Declare AMQP entities like queues, producers, and consumers in a declarative way. Can be used to work with RabbitMQ.

    Goamqpgogolang
    在 GitHub 上查看↗91
  • goptics/varmqgoptics 的头像

    goptics/varmq

    187在 GitHub 上查看↗

    A Simplest Storage-Agnostic and Zero-dep Message Queue for Your Concurrent Go Program

    Goconcurrencydistrubted-systemsgo
    在 GitHub 上查看↗187
  • hibiken/asynqhibiken 的头像

    hibiken/asynq

    12,914在 GitHub 上查看↗

    Asynq is a distributed background job processing framework for Go applications. It manages asynchronous task queues by offloading heavy operations to persistent storage, allowing the main application to remain responsive while background workers handle workloads. The system utilizes Redis to manage task state, concurrency, and message distribution across multiple worker instances. It employs atomic Lua scripting and sorted sets to ensure reliable job acquisition, precise scheduling of delayed tasks, and fault-tolerant processing through a two-stage acknowledgement flow. The framework support

    Goasynchronous-tasksbackground-jobsgo
    在 GitHub 上查看↗12,914
  • hyperonym/ratushyperonym 的头像

    hyperonym/ratus

    123在 GitHub 上查看↗

    Ratus is a RESTful asynchronous task queue server. It translated concepts of distributed task queues into a set of resources that conform to REST principles and provides a consistent HTTP API for various backends.

    Gobackground-jobsdistributed-systemsgo
    在 GitHub 上查看↗123
  • confluentinc/confluent-kafka-goconfluentinc 的头像

    confluentinc/confluent-kafka-go

    5,144在 GitHub 上查看↗

    This is a Go language client library for Apache Kafka, providing the tools necessary to produce and consume messages from Kafka brokers. It serves as a Kafka client implementation for building applications that integrate with Kafka for real-time data streaming and messaging. The library includes support for validated cryptographic modules to ensure network connections meet federal security and encryption standards for FIPS compliance. The client provides capabilities for asynchronous message production with delivery reports and message consumption using balanced consumer groups and regex sub

    HTMLconfluentconsumergolang
    在 GitHub 上查看↗5,144
  • jandelgado/rabtapjandelgado 的头像

    jandelgado/rabtap

    282在 GitHub 上查看↗

    RabbitMQ wire tap and swiss army knife

    Goamqpgolangpublish
    在 GitHub 上查看↗282
  • jcuga/golongpolljcuga 的头像

    jcuga/golongpoll

    668在 GitHub 上查看↗

    golang long polling library. Makes web pub-sub easy via HTTP long-poll servers and clients :smiley: :coffee: :computer:

    Gogogolanggolang-library
    在 GitHub 上查看↗668
  • jeroenrinzema/commanderjeroenrinzema 的头像

    jeroenrinzema/commander

    67在 GitHub 上查看↗

    Build event-driven and event streaming applications with ease

    Gocommandercqrsevent-driven
    在 GitHub 上查看↗67
  • jirenius/go-resjirenius 的头像

    jirenius/go-res

    68在 GitHub 上查看↗

    RES Service protocol library for Go

    Gogogolanggolang-package
    在 GitHub 上查看↗68
  • kak-tus/amikak-tus 的头像

    kak-tus/ami

    34在 GitHub 上查看↗

    Go client to reliable queues based on Redis Cluster Streams

    Gogoredisstreams
    在 GitHub 上查看↗34
  • leandro-lugaresi/hubleandro-lugaresi 的头像

    leandro-lugaresi/hub

    149在 GitHub 上查看↗

    :incoming_envelope: A fast Message/Event Hub using publish/subscribe pattern with support for topics like* rabbitMQ exchanges for Go applications

    Goeventbusgogolang
    在 GitHub 上查看↗149
  • leozz37/hareleozz37 的头像

    leozz37/hare

    54在 GitHub 上查看↗

    🐇 CLI tool for websockets and Go package

    Gogogolanghare
    在 GitHub 上查看↗54
  • maxatome/go-vitotrolmaxatome 的头像

    maxatome/go-vitotrol

    23在 GitHub 上查看↗

    golang client library to Viessmann Vitotrol web service

    Gogolanggolang-packageviessmann
    在 GitHub 上查看↗23
  • mehdihadeli/go-mediatrmehdihadeli 的头像

    mehdihadeli/Go-MediatR

    278在 GitHub 上查看↗

    🚃 A library for handling mediator patterns and simplified CQRS patterns within an event-driven architecture, inspired by csharp MediatR library.

    Gocqrsgogolang
    在 GitHub 上查看↗278
  • nats-io/nats.gonats-io 的头像

    nats-io/nats.go

    6,657在 GitHub 上查看↗

    This is a Golang client library for interacting with a cloud native distributed messaging system. It provides the necessary tools for Go applications to exchange messages using publish-subscribe and request-reply patterns, as well as specialized clients for managing persistent streams and distributed storage. The library includes a JetStream client for durable message streaming and replay, a Key-Value store client for managing distributed state with versioning and watchers, and an Object Store client for the storage and retrieval of large binary files via chunked delivery. The implementation

    Gocloud-nativecloud-native-architecturescloud-native-microservices
    在 GitHub 上查看↗6,657