fhircast / reactclient.js

FHIRcast WebSocket client prototype in React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

FHIRcast WebSocket client prototype in React


Languages

Language:JavaScript 93.9%Language:HTML 4.6%Language:CSS 1.6%