Prototype of templates over Socket.IO a la Phoenix LiveView.
Updates to the UI are performed by the server and updated on the client over a Socket.IO connection using the same Handlebars template. For an example of the server code driving UI updates, see ./src/form/live.ts.
In root directory:
yarn
yarn dev