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

https://github.com/tbreuss/json-rpc-example

A super simple JSON-RPC example based on Laminas JSON-RPC Server, OpenRPC Client JS, and Mithril.
https://github.com/tbreuss/json-rpc-example

example-project json-rpc json-rpc-client json-rpc-server laminas mithriljs openrpc

Last synced: 7 months ago
JSON representation

A super simple JSON-RPC example based on Laminas JSON-RPC Server, OpenRPC Client JS, and Mithril.

Awesome Lists containing this project

README

          

# JSON-RPC Example

A super simple JSON-RPC example based on [Laminas JSON-RPC Server](https://docs.laminas.dev/laminas-json-server/),
[OpenRPC Client JS](https://github.com/open-rpc/client-js), and [Mithril](https://mithril.js.org/).

## Install

composer install
npm install

## Run

Frontend

npm run start

Backend

php -S localhost:9999 -t web/

## Build

Frontend

npm run build