Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 705 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 705 Bytes

Humble/examples

Examples is a repository which houses several examples of how to use Humble to create web applications. There are currently two examples in the repository, but only one of them is completely finished.

People

People is a hybrid web application designed to show off the ability to share code between the server and client. It is currently unfinished but a lot of work has been done.

TodoMVC

TodoMVC is a Humble + GopherJS implementation of the famous TodoMVC application. It is finished and fully functional, implementing the entire TodoMVC spec. To learn more about the TodoMVC example, visit the README for TodoMVC.