Skip to content

fhircast/reactclient.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages