trick/trick_source/web
dependabot[bot] 26c18d95af
Bump ejs from 3.1.9 to 3.1.10 in /trick_source/web/dashboard (#1705)
Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10.
- [Release notes](https://github.com/mde/ejs/releases)
- [Commits](https://github.com/mde/ejs/compare/v3.1.9...v3.1.10)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-07 14:56:17 -05:00
..
apps Use better WebSocket constructor in wsexp.html because it's an example. 2019-11-06 13:18:29 -06:00
CivetServer Pre-increment (rather than post-increment) STL iterators in for loops… (#1692) 2024-04-18 11:41:35 -05:00
dashboard Bump ejs from 3.1.9 to 3.1.10 in /trick_source/web/dashboard (#1705) 2024-05-07 14:56:17 -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