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