trick/trick_source/web/HttpServer/src
Scott Fennell 227c733ccc
Update react-based Trick Dashboard (#900)
Fast-forwarding my app to the latest version to make it available and minimize integration problems later on. The app still requires several features to be implemented such as a Search feature for TV.

Currently, the process for using the app is as follows:

Install Node.js. https://nodejs.org/en/ or alternatively find a repository such as NodeSource
```cd trick/trick_source/web/mockup```
```npm i```
```npm run build```
Copy the contents of the build directory to your www directory for your sim
2019-11-08 10:56:56 -06:00
..
http_GET_handlers.cpp Incorporate Webserver into Trick, so one only has to include HttpServ… (#886) 2019-10-23 11:58:19 -05:00
simpleJSON.cpp Incorporate Webserver into Trick, so one only has to include HttpServ… (#886) 2019-10-23 11:58:19 -05:00
VariableServerSession.cpp add sie and units messages to httpserver 2019-10-31 10:39:13 -05:00
VariableServerVariable.cpp Update react-based Trick Dashboard (#900) 2019-11-08 10:56:56 -06:00
WebServer.cpp In WebServer class use message_publish() for messages and add debug flag. (#893) 2019-10-29 17:21:19 -05:00