trick/trick_source/web
Alex Lin ff9bfcc6f1 Remove --std=c++11 as the default c++ version #1700
Removed --std=c++11 from makefiles and where it would be added to
generated makefiles.
2024-04-26 08:06:07 -05:00
..
apps Use better WebSocket constructor in wsexp.html because it's an example. 2019-11-06 13:18:29 -06:00
CivetServer Remove --std=c++11 as the default c++ version #1700 2024-04-26 08:06:07 -05:00
dashboard Bump express from 4.18.2 to 4.19.2 in /trick_source/web/dashboard (#1678) 2024-03-27 14:32:56 -05:00
images Add images directory and trick_icon.png needed for webserver. 2019-11-04 12:52:29 -06:00
README.md Revise Documentation, Correct a single constant (#1326) (#1489) 2023-04-21 17:32:31 -05:00

Web Server

Trick has the capability to create a custom built web server for your sim.

You can find documentation here:

Web Server Documentation