From a03dfb201e81d3b2a55f001693c7dab1c0c309f6 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sun, 19 Jul 2015 10:51:28 +0200 Subject: [PATCH] Doc update --- templates/default/documentation.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default/documentation.html.ep b/templates/default/documentation.html.ep index 79dffdd..2f75f55 100644 --- a/templates/default/documentation.html.ep +++ b/templates/default/documentation.html.ep @@ -87,7 +87,7 @@
  • The client side: written in Javascript, it's the code executed on the browsers. This is where webcam streams are captured and sent to other peers. The biggest part is SimpleWebRTC.
  • The server side: mainly written in Perl using the fabulous Mojolicious framework. This is where room are created - their configurations are stored, and where permissions are managed
  • + their configurations are stored, and where permissions are managed. The backend uses an SQL (MySQL is the only supported engine for now) to store configurations