Hosts the code and a websocket to pass along highlighting info.
flowchart TD
web["๐ Web Interface"] -->|uploads code| code-server[("๐พ Code Server\n(this)")]
code-server -->|highlight data| web
code-server -->|downloads code| bot-server["๐ป Bot Server"]
bot-server -->|highlight data| code-server
bot-server -->|motor instructions| robot["๐ค Robot"]
robot -->|sensor data| bot-server
tag-server["๐ท Tag Server"] -->|apriltag positions| bot-server
style code-server stroke-width:2px,stroke-dasharray: 5 5,stroke:#3b82f6
click web "https://github.com/AutoSumo/web"
click bot-server "https://github.com/AutoSumo/server"
click robot "https://github.com/AutoSumo/robot"
click tag-server "https://github.com/AutoSumo/tag-server"