E5CB FluidExamples/node-demo at main · suhdev/FluidExamples · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

@fluid-example/node-demo

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.

Getting started

Run Tinylicious server in the backgroud:

npm run start:server

Open a new terminal and run the client:

npm run start:client

To 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.

0