# jsonrpc-postmessage **Repository Path**: mirrors_jaredhanson/jsonrpc-postmessage ## Basic Information - **Project Name**: jsonrpc-postmessage - **Description**: JSON-RPC over postMessage for Anchor.js. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Tests Tests for JSONRPC-postMessage are executed using [Mocha](http://visionmedia.github.com/mocha/) as a test framework with [Chai](http://chaijs.com/) assertions. ##### Dependencies Prior to running tests, use [volo](https://github.com/volojs/volo) to fetch dependencies for both the module and tests from GitHub. $ volo add $ cd tests $ volo add ##### Browser To run tests in a browser, open _runner.html_: $ open runner.html ##### PhantomJS To run headless tests from a terminal using [PhantomJS](http://phantomjs.org/): $ make test-phantomjs