This repository contains a simple NodeJS application connected with the Fluid Framework. Connected clients generate random numbers and display the result of any changes to the shared state.
Run Tinylicious server in the backgroud:
npm run start:serverOpen a new terminal and run the client:
npm run start:clientTo create a new Fluid container press Enter. The container id will be printed in the terminal. Copy the container id, launch a new terminal window, and type/paste the initial container id to have multiple collaborative NodeJS clients.