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