tylerchilds / braidmail

A Braid server for messages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# Braidmail

A server for a feed of braided posts.  Like email, or a forum, over braid.

 - You can braid-subscribe to the /feed or each /post/*
 - You can add, modify, or delete a /post/*
 - Each new /post/* will automatically append to the /feed

See demo.js for an example of how to use.

## run the full peer

install node (https://github.com/nvm-sh/nvm)
install deno (https://docs.deno.com/runtime/manual/getting_started/installation)

```
deno task start
```

run braidmail server (node) `deno task start-server`
run braidmail client (deno) `deno task start-client`
debug braidmail client (deno) `deno task debug-client`

About

A Braid server for messages


Languages

Language:JavaScript 77.4%Language:HTML 22.6%