Skip to content

Prototype of templates over Socket.IO a la Phoenix LiveView

Notifications You must be signed in to change notification settings

jacobstern/live-render-prototype

Repository files navigation

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

About

Prototype of templates over Socket.IO a la Phoenix LiveView

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published