The idea is to allow relatively flexible visualisations in the browser, while minimising rendering load on the server.
4 lines
72 B
TypeScript
4 lines
72 B
TypeScript
import { connect } from "./connect";
|
|
|
|
connect("http://localhost:8080");
|