git ssb

2+

Dominic / yap



Branch:
Dominic Tarr committed preview confirm pathLatest: 2e24f63 on 9/3/2019, 12:06:51 AM
📄.gitignore
📄LICENSE
📄README.md
📁apis
📄index.js
📄layout.js
📄mentions.js
📄message-layout.js
📄package.json
📁static
📁test
📁translations
README.md

yap (yet-another-patch*)

yet another approach to writing patchapps.

Intended for server side html rendering (like patchfoo) with invalidation based lightweight front ends.

Should also work without javascript! Please post an issue if something does not work in your prefurred browser!

see also:

how to run - git clone

# from git-ssb
git clone ssb://%s5UpM/TdwP+Qr2gMgzlAQ/TTBBkKz0gJKlyW7fxGPbk=.sha256 yap
# from github
git clone https://github.com/dominictarr/yap

# install
cd yap
npm install
# and run
node index.js

Navigate to http://localhost:8005/public with your favorite web browser (I mostly use firefox, please post an issue if your browser doesn't work)

cache coherence

This application is based on the coherence framework

plugins

this code requires the following plugins

known bugs

TODO

implement these all as independent routes

views

forms / actions

Built with git-ssb-web