Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.26 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.26 KB

reactclient.js

FHIRcast WebSocket client prototype in React.

The implementation is based on the WebSocket channel proposal described in FHIRcast sandbox.

A new version of the client is currently being developed in develop branch: refactored code, support for .Net FHIRcast WebSocket specification, and a new UI.

Screen Capture Demo

Get started

Install yarn

yarn is a fast, reliable, and secure dependency management tool. Installation instructions for your particular platform can be found in the official documentation.

Running on localhost:3000
git clone https://github.com/fhircast/reactclient.js.git
yarn install
yarn start
Running two clients on different ports
PORT=3006 yarn start
PORT=3007 yarn start
This project was bootstrapped with Create React App.