bkad / prat

group chat with markdown served over websockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

move all message templating client side

bkad opened this issue · comments

going to get pretty messy if we continue having the rendering logic both client and server side

ended up using Mustache so I didn't have to build another js bridge for eco

implemented in baa607a