Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tatut/pltodomvc

A client side TodoMVC app made with SWI-Prolog WASM
https://github.com/tatut/pltodomvc

Last synced: about 2 months ago
JSON representation

A client side TodoMVC app made with SWI-Prolog WASM

Awesome Lists containing this project

README

        

# SWI-Prolog TodoMVC

This implements a TodoMVC application with WASM compiled [SWI-Prolog](https://www.swi-prolog.org/)
and the [morphdom](https://github.com/patrick-steele-idem/morphdom) library.

Stylesheet is from [tastejs/todomvc-app-css](https://github.com/tastejs/todomvc-app-css).

## Running

Clone the repo, start a simple HTTP server in the directory, for example

```shell
% python3 -m http.server 4444
```

And open http://localhost:4444/ to access the app.