Skip to content

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

Notifications You must be signed in to change notification settings

tbreuss/json-rpc-example

Repository files navigation

JSON-RPC Example

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

Install

composer install
npm install

Run

Frontend

npm run start

Backend

php -S localhost:9999 -t web/

Build

Frontend

npm run build