Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Remote Procedure Call (RPC)

Remote procedure call (RPC) is when a computer program causes a procedure to execute in a different address space (commonly on another computer on a shared network), which is coded as if it were a normal (local) procedure call, without the programmer explicitly coding the details for the remote interaction.

https://github.com/arnozhang/morpc

A simple Rpc framework.

registry rpc spring springboot

Last synced: 18 Jan 2025

https://github.com/beeplin/telecall

Call back-end NodeJS functions directly from front-end. No HTTP API. Perfect typescript Support.

api express rollup rpc vite webpack

Last synced: 21 Jan 2025

https://github.com/iciclef/rrppcc

An academic-purpose userspace RPC library in Rust.

rdma rpc rust

Last synced: 14 Nov 2024

https://github.com/toebeann/npc

RPC over Named Pipes for Node.js

ipc javascript named-pipes nodejs npc rpc typescript

Last synced: 15 Jan 2025

https://github.com/fugazi-io/proxify

Serve existing http based APIs as fugazi modules

cli console cors fugazi proxy rpc rpc-client terminal

Last synced: 15 Jan 2025

https://github.com/fugazi-io/connector.node.redis

A fugazi connector for Redis

cli fugazi redis redis-client rpc rpc-client

Last synced: 15 Jan 2025

https://github.com/fugazi-io/fugazi-io.github.io

A documentation site for the fugazi.io terminal

cli console documentation fugazi rpc terminal

Last synced: 15 Jan 2025

https://github.com/pegasystems/coffeescript-mockable-http-proxy

Very simple http proxy, that is steerable (until some point) from remote.

coffeescript gulp http-proxy istanbul json nodejs npm rest-api rpc travis-ci

Last synced: 28 Jan 2025

https://github.com/skyleaworlder/jgrpc.go

:cyclone: a Toy RPC Application Implements a Self-Defined RPC-Protocol, Consistent Hashing Load Balance, Service Registry & Discovery. (Code Need Polished)

fake load-balancer rpc service-discovery service-registry

Last synced: 16 Jan 2025

https://github.com/batux/remote_procedure_call

C language based RPC Calculator ...

c rpc

Last synced: 17 Jan 2025

https://github.com/lukes/nano-stream-x

A tiny and performant server that streams block data from a nano currency node to a socket for other processes to receive

cryptocurrency nano nanocurrency nodejs rpc server socket-io sockets stream streaming

Last synced: 30 Dec 2024

https://github.com/eddie-lucas/interviewkun

Interview-Kun【面试鸡、面试坤(ji)、ikun】是一个程序员求职面试刷题神器,包含海量题目和答案,多看一眼,知识点就会在脑海中爆炸,希望你在练习1坤年基本功后,能够收获太美的offer!!!持续维护的面试刷题仓库,帮你拿到满意 offer!⭐️ 最新Java面试题、前端面试题、C++面试题、Go面试题、Python面试题、测试面试题、运维面试题、后端面试题、操作系统面试题、计算机网络面试题、Redis面试题、MySQL数据库面试题、算法面试题、Spring面试题、JVM面试题、Java并发面试题、Linux面试题等几千道高频程序员求职必备八股文。💎💎💎网站地址在下面👇👇👇

docker elasticsearch ikun interview interview-kun java juc jvm linux mianshiya mq mysql netty redis rocketmq rpc spring spring-boot vue zookeeper

Last synced: 08 Jan 2025

https://github.com/douglaszuqueto/esp32-rpc-http

Chamadas remotas usando protocolo HTTP

esp32 http rpc

Last synced: 14 Jan 2025

https://github.com/douglaszuqueto/esp32-rpc-mqtt

Chamadas remotas usando protocolo MQTT

esp32 mqtt rpc

Last synced: 14 Jan 2025

https://github.com/which0113/freefish-rpc

基于 Etcd + Vert.x 的高性能和轻量级 RPC 框架

etcd rpc vertx zookeeper

Last synced: 19 Dec 2024

https://github.com/rajshrestha86/go-configure

A simple application built on golang that can be used to configure multiple servers at the same time using SSH.

golang grpc rpc

Last synced: 02 Feb 2025

https://github.com/hraph/netbotify

A real-time and scalable remote tasks execution BOT over network (using WebSockets)

bots cli client-server rpc workers

Last synced: 08 Jan 2025

https://github.com/collectiveidea/twirp-rails

Make serving a Twirp RPC Services as easy and familiar as Rails controllers.

protobuf rails rpc ruby twirp

Last synced: 08 Nov 2024

https://github.com/ajsalemo/container-apps-development

Examples that have been deployed to Azure Container Apps in different languages utilizing HTTP or gRPC with Dapr. These are all mostly pulled from existing Dapr samples.

azure cluster container container-apps dapr docker grpc http java k8s kubernetes microservices node python rpc

Last synced: 29 Dec 2024

https://github.com/carnivuth/lab-reti-di-calcolatori

repository per i progetti di laboratorio di reti di calcolatori

c java rmi rmi-client rmi-server rpc socket socket-programming

Last synced: 09 Jan 2025

https://github.com/i-erokhin/rerr

Golang helper for Gorilla JSON RPC 2.0. Common errors with codes and messages.

go golang json-rpc json-rpc2 rpc

Last synced: 14 Nov 2024

https://github.com/nlfmt/electron-bridge

Easily define and use IPC functions and events in your Electron app. Fully typesafe.

electron router rpc typescript

Last synced: 21 Jan 2025

https://github.com/li-xiao-shuang/middleware

主业crud、副业造轮子!

aop rpc

Last synced: 26 Jan 2025

https://github.com/alpsmonaco/rpc

A header only and out of the box tcp rpc framework written in C++.

asio compile-time-meta-programming cpp headeronly rpc rpc-framework

Last synced: 07 Nov 2024

https://github.com/enmn/corerpc

A tool to make your account a nice and lovely user from Discord!

discord discord-rpc nodejs rpc

Last synced: 25 Dec 2024

https://github.com/carnesen-archive/bitcoin-rpc-cli

A Node.js command-line interface (CLI) for bitcoin's remote procedure call (RPC) interface

bitcoin bitcoin-rpc bitcoin-rpc-cli cli nodejs rpc typescript

Last synced: 14 Jan 2025

https://github.com/illtamer/glcc-distributed-engine

GLCC - GitLink Code Camp work: JianMu distributed task scheduling engine. 第一届 GitLink GLCC 夏令营作品,建木分布式任务调度引擎(已验收)。

java rpc task-engine

Last synced: 20 Jan 2025

https://github.com/braumace/yuan-rpc

从 0 到 1 手写 RPC 框架。参考 Dubbo 开源项目自主设计,基于 Java + Etcd + Vert.x + 自定义协议实现的高性能 RPC 框架。开发者只需引入 Spring Boot Starter,通过注解和配置文件即可快速使用框架,可以像调用本地方法一样轻松调用远程服务;还支持 SPI 机制动态拓展序列化器、负载均衡器、重试和容错策略等。

rpc rpc-framework vertx

Last synced: 01 Nov 2024

https://github.com/imzlh/webrpc

Perfect RPC Module for both Deno and Browser. 一个为双向调用而创造的RPC模块

deno rpc rpc-framework web

Last synced: 16 Jan 2025

https://github.com/dkackman/chia-service-connector

Package for managing connections to Chia RPC services

chia chia-blockchain rpc

Last synced: 29 Jan 2025

https://github.com/dwayne/elm-json-rpc

JSON-RPC 2.0 for Elm.

elm json json-rpc json-rpc2 rpc

Last synced: 24 Dec 2024

https://github.com/udamir/node-ipc-rpc

IPC and RPC service for nodes in scalable application

ipc redis rpc

Last synced: 14 Jan 2025

https://github.com/mys1024/m-rpc

A message based rpc library.

javascript jsr message npm package rpc

Last synced: 11 Jan 2025

https://github.com/cuigh/protoc-gen-auxo

Code generator of auxo RPC from Protocol Buffers service definition files.

auxo protobuf rpc

Last synced: 23 Jan 2025

https://github.com/benc-uk/dapr-gateway-hack

Experiment and hack for Dapr service invocation across networks and clusters

dapr proxy rpc

Last synced: 21 Dec 2024

https://github.com/shgopher/zhongli

it's a rpc framework written in go language with strong stability and high operating efficiency

go go-rpc rpc

Last synced: 31 Dec 2024

https://github.com/aiko-it-systems/aitsys.rpgmakermv.discordrpc

Discord RPC - Steam DLC & Manual Extension for Traveler

csharp discord javascript plugin rmmv rpc rpgmakermv steam

Last synced: 22 Dec 2024

https://github.com/pyoner/elm-json-rpc

Elm JSON RPC

elm elm-lang json-rpc rpc

Last synced: 21 Dec 2024

https://github.com/vhyran/decoded-daily

This project aims to provide daily insights and updates on a variety of topics.

astro biomejs bun news news-feed newsapi newsapp rpc

Last synced: 19 Dec 2024

https://github.com/kkharji/build-server-protocol

Rust crate for creating BSP Servers.

build-server-protocol protocol rpc rpc-library rust

Last synced: 11 Jan 2025

https://github.com/corroded/rai-rb

A Ruby RPC library for RaiBlocks

cryptocurrency raiblocks rpc rpc-client

Last synced: 29 Jan 2025

https://github.com/doseofted/prim-rpc-starter

Starter project for Prim+RPC used in blog post

demo rpc type-safe typescript

Last synced: 21 Dec 2024

https://github.com/doseofted/prim-rpc-examples

Short, example usages of Prim+RPC.

examples ipc javascript rpc typescript

Last synced: 21 Dec 2024

https://github.com/heisenware/vrpc-hpp

Asynchronous RPC via MQTT for header-only C++

asynchronous cloud-computing header-only iot mqtt rpc

Last synced: 29 Jan 2025

https://github.com/apigear-io/objectlink-spec

documentation regarding the objectlink protocol

protocol rpc

Last synced: 18 Jan 2025

https://github.com/whoswhip/xmrigrpc

Ever wanted to lose the privacy part of mining XMR? Well now you can share the fact you are mining XMR to everybody on Discord!

discord discord-rpc rpc xmrig

Last synced: 13 Jan 2025

https://github.com/zhillerdev/springdevproject

一些简单小项目、Springboot中间件开发

java jvm mq mybatis router rpc spring springboot

Last synced: 22 Jan 2025

https://github.com/teodutu/sprc

Sisteme de Programe pentru Retele de Calculatoare - UPB 2020-2021

docker docker-compose http http-client http-server microservices mqtt remote-procedure-call rest rest-api rpc

Last synced: 30 Jan 2025

https://github.com/archergu/simple-blockchain-rpc

A simple blockchain wallet rpc package

blockchain rpc wallet

Last synced: 13 Jan 2025

https://github.com/hufeng/notty

A meta framework for building RPC framework.

meta microservice netty nodejs rpc

Last synced: 01 Feb 2025

https://github.com/flowers-bloom/srpc

SRPC 是一个基于 Netty 实现网络通信,Zookeeper 实现服务暴露和发现,并实现了序列化、负载均衡、重连机制的远程调用框架。

java netty rpc zookeeper

Last synced: 29 Jan 2025

https://github.com/rudrodip/go-networking

Implementation of different network protocols in go

go go-testing gorilla-websocket http rpc tcp udp websocket

Last synced: 29 Jan 2025

https://github.com/kevindasilvas/todolist

A haskell to-do-list microservice using gRPC

api grpc haskell microservice microservices mongodb mu-haskell rpc

Last synced: 09 Dec 2024

https://github.com/thegenius/hera

A brave new RPC framework

rpc

Last synced: 29 Jan 2025

https://github.com/kwesidev/bindexer

Streams bitcoins Block-chain to PostgreSQL

bitcoin blockchain golang rpc

Last synced: 20 Jan 2025

https://github.com/pangum/example

盘古框架项目实战,使用盘古提供的各种插件来实现一个视频转码平台执行器。包括以下功能使用:1、项目最佳实践;2、MQTT使用;3、gRPC使用;4、配置文件加载

example grpc library mq mqtt pangu practice project rpc

Last synced: 14 Jan 2025

https://github.com/lordronz/discord-rpc-python

When the impostor is sus 😳

discord python rpc

Last synced: 15 Dec 2024

https://github.com/rumkin/urpc

μRPC is a transport agnostic JSONRPC 1.0 implementation

javascript js jsonrpc nodejs rpc

Last synced: 30 Jan 2025

https://github.com/drrlvn/libtirpc-sys

Low-level bindings for the libtirpc library

nfs rpc rust

Last synced: 30 Jan 2025

https://github.com/indiependente/gochat

Client Server Chat using Go and GRPC

chat client-server go golang grpc protobuf rpc

Last synced: 31 Dec 2024

https://github.com/eligioo/nimiq-rust-rpc-client

A Nimiq RPC client for the Rust programming language

blockchain cryptocurrency nimiq rpc rust

Last synced: 21 Jan 2025

https://github.com/angrymane/cap-sample

A sample rpc client and server using capnproto, EzPRCServer.

capnproto rpc sample-code

Last synced: 25 Dec 2024

https://github.com/brian-gl/courseroom_server

CourseRoom Server Using Rpc Protocol

java mysql rpc stored-procedures

Last synced: 31 Dec 2024

https://github.com/simon28082/framework

Extend the Laravel framework, add Swoole, Socket, RPC, WebSocket support, and common scaffolding features

laravel microservice rpc socket swoole tcp websocket

Last synced: 09 Jan 2025

https://github.com/stratosblue/keenconveyance

A `Asp.Net Core Controller` service call framework based on `interface`. 基于 `interface` 的 `Asp.Net Core Controller` 服务调用框架。

aspnet-core aspnetcore client http rpc rpc-framework

Last synced: 23 Dec 2024

https://github.com/vd2org/sarpc

Simple asynch rpc for python asyncio

aiohttp asyncio jsonrpc nats python rpc

Last synced: 09 Dec 2024

https://github.com/andrehrferreira/cmmv

Contract-Model-Model-View (CMMV) - Minimalistic Node.js Server Framework

cmmv contracts nestjs nodejs protobuf rpc typescript websocket

Last synced: 09 Dec 2024

https://github.com/pathikrit/kotha

A simple Java framework to write strongly typed remote APIs

java rpc

Last synced: 29 Jan 2025

https://github.com/luiscib3r/android_rpc

Remote procedure calls on android device through an API

android flutter grpc mobile mobile-app rpc server shelf sms

Last synced: 23 Dec 2024

https://github.com/konijima/ts-multichain-rpc

A typescript wrapper for `multichain` rpc.

multichain rpc typescript

Last synced: 23 Dec 2024

https://github.com/dpwgc/comborpc

基于TCP+MessagePack的简易RPC框架,支持一次请求调用多个方法,支持自定义请求头、中间件、负载均衡策略,支持广播服务。

broadcast client go gzip messagepack network rpc server tcp

Last synced: 20 Jan 2025

https://github.com/mathisbullinger/typerpc

JSON-RPC 2.0 implementation in TypeScript with statically typed introspectable schema.

json-rpc rpc typescript

Last synced: 11 Dec 2024

https://github.com/idecentralize-finance/idfi-node

Blockchain Of Things (BOT)

arduino blockchain bot iot metamask node rpc

Last synced: 01 Feb 2025

https://github.com/brickpop/eth-tx

JS library to ease the compilation, deployment and interaction with Ethereum Smart Contracts

eth ethereum rpc transaction web3 web3js

Last synced: 17 Dec 2024

https://github.com/maxim5/upsource.samplerpc

A sample RPC client for Upsource

client java jetbrains json json-api rpc rpc-client upsource

Last synced: 23 Dec 2024

https://github.com/daheige/stat

golang prometheus metrics

api golang http metrics prometheus rpc stat web

Last synced: 10 Jan 2025

https://github.com/mars05/netutil

:blush:一个网络相关的工具包,对Netty进行了一些抽象封装,实现了简易的rpc、websocket服务端、分布式锁等

net netty netutil rpc websocket

Last synced: 17 Dec 2024

https://github.com/iamd3vil/twirpex

Implementation of Twirp RPC in elixir

elixir protobuf rpc twirp

Last synced: 17 Dec 2024

https://github.com/renatoathaydes/protobuf-tcp-rsa-provider

TCP/Protobuffer implementation of Aries RSA DistributionProvider.

apache-aries java osgi-services protobuf3 protobuffer rpc

Last synced: 17 Dec 2024

https://github.com/stefanak-michal/deepr-php

API library following Deepr specification

api deepr php rpc

Last synced: 18 Dec 2024

https://github.com/hyperbit-dev/rpc

Rpc Client for making requests to blockchain nodes

remote-procedure-call rpc

Last synced: 24 Dec 2024

https://github.com/kezhengjie/rpc

A header only and out of the box tcp rpc framework written in C++.

asio compile-time-meta-programming cpp headeronly rpc rpc-framework

Last synced: 29 Dec 2024

https://github.com/oliverwqcwrw/aolifu

Integrate various popular open source projects

database java mq registry rpc

Last synced: 01 Feb 2025

https://github.com/stagas/vipu

run things in vite headless with node/puppeteer and alice-bob typed rpc

headless puppeteer rpc vite

Last synced: 18 Dec 2024

https://github.com/worldofmeow/meow

Easy to use Java Websocket Event based Messaging Library using Netty

events http java messaging netty rpc simple socket wrapper

Last synced: 19 Dec 2024

https://github.com/giovaneiwamoto/database-rpc

💼 Database RPC - Allow users to perform basic operations on a remote system by making remote procedure calls for efficient data handling.

database rpc stubs

Last synced: 10 Jan 2025

https://github.com/alexisl61/rpc_express

Manual Discord rich presence for Sea of Thieves, Helldivers 2 and The Finals

discord helldivers rich-presence rpc sea-of-thieves the-finals

Last synced: 26 Jan 2025

https://github.com/danprince/zrpc

🔌 Zod-powered RPC

rpc typescript zod

Last synced: 01 Feb 2025

https://github.com/wanwanpp/simple-rpc

使用Jdk实现简单的rpc框架的雏形。

rpc

Last synced: 25 Dec 2024

https://github.com/naderio/rerpc

an opinionated take on RPC system intended for usage with or without dedicated client library, HTTP request or Socket.IO event.

expressjs http nodejs rpc socket-io

Last synced: 18 Jan 2025