Front-end framework for back-end developers LiveView is an exciting new library which enables rich, real-time user experiences with server-rendered HTML. LiveView powered applications are stateful on the server with bidrectional communication via WebSockets, offering a vastly simplified programming model compared to JavaScript alternatives.
This is an implementation of the TodoMVC app using LiveViewJS. Feedback is a 🎁 and I welcome yours!
To get started, run npm install
and then npm start
. Navigate to http://localhost:3001/ in your browser.
Created by Donnie Flood