Laurent Broudoux · @lbroudoux
18 followers · 33 posts · Server fosstodon.org
theNE · @thenotexpert
17 followers · 139 posts · Server mastodon.gamedev.place

Discovered as a replacement for the deprecated I used to use a lot. I haven't tried it beyond the most basic request, but it looks promising already.

github.com/rogchap/wombat/rele

#programming #wombat #bloomrpc #grpc

Last updated 1 year ago

GeekLinks · @geeklinks
1 followers · 25 posts · Server social.exo.icu
avelino · @avelino
345 followers · 13 posts · Server clj.social

RT @_ttemporin: Bora implementar uma API com protobuf e gRPC?

Então, clica no link abaixo para ler o post dessa semana.

t.co/OJIUGa9ZCl

cc: @sseraphini @badtux_ @avelinorun @eminetto @mfbmina

#go #golang #dev #bolhadev #Proto #grpc #api #tutorial

Last updated 1 year ago

Pär Björklund · @Paxxi
302 followers · 4164 posts · Server hachyderm.io

Is there any nice library to work with more like jaxb? The builder pattern used by the official grpc generator is so verbose

#java #grpc

Last updated 1 year ago

SoftwareMill · @softwaremill
220 followers · 99 posts · Server softwaremill.social

gRPC and REST are probably two of the most commonly used approaches for creating API nowadays. Take a look at
the comparison of them and decide which one is right for you:


softwaremill.com/grpc-vs-rest/

#restapi #grpc #api #http

Last updated 1 year ago

Jim Carr · @jcarr
40 followers · 231 posts · Server techhub.social

A lot of 32-bit Raspberry Pi OS tuning down the drain when I discovered that gRPC does not work on 32-bit ARM.

Reinstalled with 64-bit Raspberry Pi OS, only to find that it does not consistently boot to a CLI login, despite vigorous tweaking of boot/config.txt. 😩

I can SSH to it, at least. I think the rest of this can be a problem for Tomorrow Jim.

#dotnet #grpc #raspberrypi

Last updated 1 year ago

michabbb · @michabbb
23 followers · 598 posts · Server social.vivaldi.net

With , you can run an inference with any and build powerful apps.

🔥 Flexible APIs: serve LLMs over or with one command, query via WebUI, CLI, our Python/Javascript client, or any client.

github.com/bentoml/OpenLLM

#openllm #opensource #llm #ai #restful #api #grpc #http

Last updated 1 year ago

avelino · @avelino
333 followers · 14 posts · Server clj.social

RT @_ttemporin: Ontem saiu um post explicando um pouco sobre o que é e como utilizar protocol buffers.

t.co/gLZJ2BUa8f

cc: @sseraphini @badtux_ @avelinorun @eminetto

t.co/5k8JHbvE1a

#go #golang #dev #bolhadev #protobuf #protocol #buffers #grpc #tutorial #post

Last updated 1 year ago

Daniël Franke 🏳️‍🌈 · @ainmosni
780 followers · 4064 posts · Server berlin.social

Maybe I'm an old grumpy guy, but I really don't like massive complicated frameworks that abstract away well known protocols like , , etc.

I already know those, I can easily write code that does those, why do I have to learn the convoluted way of doing things that would be 10 seconds work if I could just access the basic http library underneath?

#tech #HTTP #grpc #framework

Last updated 1 year ago

pvergain ⏚ · @pvergain
70 followers · 1067 posts · Server qoto.org

#2023-06-22 de 19h à 21h

- agendadulibre.org/events/27656

- meetup.com/fr-FR/python-afpy-l

gRPC (grpc.io/) est le nouveau protocole de communication haute performance basé sur HTTP2 🚀.

Il permet de prendre en charge nativement le streaming, le transport binaire, l'équilibrage de charge, la vérification de l'état de santé, la traçabilité et l'authentification. C'est un outil parfait pour les API et les architectures de microservices.

Cependant, le prendre en main peut être un peu fastidieux et changer ses habitudes de développement peut être risqué pour les équipes de développement. Nous proposons donc de découvrir la bibliothèque Django-socio-grpc, (github.com/socotecio/django-so) qui suit la même logique que Django-REST-framework, mais avec gRPC.

Après cette présentation par Adrien et Léni, un moment d’échange a lieu.

Comme toujours, comportez vous en accord avec la charte de l'AFPy ! ( afpy.org/docs/charte, afpy.org/docs/a-propos)

#afpy #django #lyon #python #grpc

Last updated 1 year ago

Deia 1010 · @deia
8 followers · 58 posts · Server furry.engineer

Every morning, I make my tea just so, walk to my window, and stare out into the middle distance, holding my warm mug close.

As the steam wafts by and fades to nothing, I dream of a world where worked on mobile, browsers, and server. I take a sip of the tea. No, running my own front-end proxy server to translate gRPC web doesn't count. Another sip. English breakfast, my favourite.

carlmastrangelo.com/blog/why-d

#grpc

Last updated 1 year ago

Mirko Lenz · @mirkolenz
12 followers · 28 posts · Server fosstodon.org

When working with in the browser, you cannot directly call backend services. To work around that, I created an easy-to-use proxy that translates gRPC-Web requests. The tools is written entirely in and packaged as a image.

github.com/mirkolenz/grpc-prox

#grpc #nix #docker

Last updated 1 year ago

Pineiden · @pineiden
133 followers · 905 posts · Server chilemasto.casa

26 Taller de Rust: Remote Procedure Calls (II), streams
Continuamos el estudio de la implementación deun protocolo de comunicación mediante el sistema de *protobuffers* por
*gRPC*. Esta sesión consiste en trabajar con la definición de
funciones que permitan enviar/recibir *streams*, es decir trozos de datos en un
flujo continuo.

youtube.com/watch?v=v5l1O-y3uU

#rust #grpc #socket #ipc #stream #numerosprimos

Last updated 1 year ago

Pineiden · @pineiden
132 followers · 881 posts · Server chilemasto.casa

Remote Procedure Calls (I)
Esta sesión 25, consiste en aprender a implementar un protocolo de comunicación TCP/IP utilizando el estándar gRPC en que se declaran los
elementos principales que lo componen.
Se revisan conceptos, ejemplos y comparativas con otras técnicas de comunicación de mensajes.
Con rust se usan crates
que facilitan la conversión protobuffer a rust.

youtube.com/watch?v=dIlmmiiAaR

#rust #grpc #rpc #socket #ipc #json #apirest

Last updated 1 year ago

Pineiden · @pineiden
132 followers · 879 posts · Server chilemasto.casa

Remote Procedure Calls (I)
Esta sesión 25, consiste en aprender a implementar un protocolo de comunicación TCP/IP utilizando el estándar gRPC en que se declaran los
elementos principales que lo componen.
Se revisan conceptos, ejemplos y comparativas con otras técnicas de comunicación de mensajes.
Con rust se usan crates
que facilitan la conversión protobuffer a rust.

youtube.com/watch?v=dIlmmiiAaR

#rust #grpc #rpc #socket #ipc #json #apirest

Last updated 1 year ago

Eric Mann · @ericmann
840 followers · 1613 posts · Server tekton.network

During lunch this morning I wondered, would there be any interest from the community in a gRPC interface? Like ... in replacing XMLRPC with ?

There are things you shouldn't do over REST (i.e. the existing JSON API) that are better suited for an RPC system. Would anyone actually leverage such an interface if exposed?

#wordpress #grpc

Last updated 1 year ago

Harald Pehl · @haraldpehl
53 followers · 16 posts · Server fosstodon.org

Want to use gRPC in WildFly? Have a look at the latest blog post at wildfly.org/news/2023/05/22/gr. Ron Sigal explains how to set it up and what you can expect from the new gRPC feature pack.

-pack

#wildfly #grpc #feature

Last updated 1 year ago

Ladislav Prskavec :go: · @abtris
49 followers · 61 posts · Server hachyderm.io

I published invite to next Go meetup 12 in Prague. We will have focus on See you there on 14 June meetup.com/prague-golang-meetu

#grpc #go #meetup #prague

Last updated 1 year ago

Tycho Softworks · @tychosoft
347 followers · 4929 posts · Server fosstodon.org

I did not like because of all the overhead of a http stack poorly and overly complicated written by with features I did not need, and I dislike the entire type / data description compiler (), though it may be easier to adapt to different languages. I did not like over pure tcp because of overhead fr json conversion for c/c++.

#grpc #google #protobuf #jsonrpc

Last updated 1 year ago