On Thu, Jun 13, 2019 at 03:45:41PM -0300, Gabriel Cotelli wrote: > Hi! > > Is anyone using https://github.com/juliendelplanque/JRPC/ or other JSON RPC > implementation in Pharo?
Hi Gabriel, I am using Julien's JRPC server-side in my blog. Client-side is written in Go. My usage is simple one-way signalling for my blog: the client is invoked by Fossil push hook, and on receiving the RPC Pharo reloads web content from the Fossil repo. Pierce
