Skip to content

Controlling multiple devices remotely using express and socket connection in real-time.

Notifications You must be signed in to change notification settings

Harshitv21/Virtual-Device-Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual Device Simulation

Deployement Deployement Socket-io Requests

Managing state of devices remotely in a virtual simulated environment through express.js, socket.io and UI in React.

Deployed Websites

Here are the links for the deployed client and server applications

Install Dependencies

Go to each individual directory (client-ui, server-ui & server) and run this command

npm i

Client side UI

cd client-ui
npm run devices

Server

First start up the server

cd server
npm run server

Server side UI

For webpage (from where actual changes will be made to server)

cd server-ui
npm run server-ui

About

Controlling multiple devices remotely using express and socket connection in real-time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published