From 7c89ff918ff46129556d5e3faf7c440fc1863efb Mon Sep 17 00:00:00 2001 From: Pierre Balzack <96387156+balzack@users.noreply.github.com> Date: Wed, 13 Jul 2022 11:06:32 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee9e11ce..8bdea78b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Databag is a self-hosting messaging service for the DWeb community. Notable feat - No server-side replication (direct communication between app and contact's node) - Websockets for delivering synchronization events. - Unlimited accounts per node -- Server written in Go and browser app written with Reactjs. +- Backend written in Go and frontend written with Reactjs. You can test out the project [here](https://databag.coredb.org/#/create), but don't post anything important as this server is regularly wiped. Feedback on the UI/UX, bugs or features is greatly appreciated.