dissertation/where_fi/visualise/frontend/index.ts
Christos Falas 298146e8b0
add proto files for streaming
The idea is to allow relatively flexible visualisations in the browser,
while minimising rendering load on the server.
2025-02-22 10:21:50 +00:00

4 lines
72 B
TypeScript

import { connect } from "./connect";
connect("http://localhost:8080");