Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 454 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 454 Bytes

live-render-prototype

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.

Running the dev server

In root directory:

yarn
yarn dev