Skip to content

JuiceIntelligentSystems/SharedVariableServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SharedVariableServer

A simple web server that sends data back and forth constantly between a C++ program and web server.

Can run on any Linux system with the jsoncpp library installed. When compiling make sure to include "-ljsoncpp" in tasks.json or in gcc.

How to run:

  • Host the server locally on your system e.g. with NGINX or with VSCode live server plugin
  • Run the compiled C++ program while the server is running.

When you move the slider, the value should print in the terminal. There's also a random number generator where the C++ program sends a random number everytime a GET request is called. All data is sent in JSON format.

About

Sends data back and forth between C++ backend and Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published