From d39dc944960fa9c75ee6d3b95637ff6566bd09b5 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Tue, 26 Apr 2022 02:27:37 +0800 Subject: [PATCH] Add more info --- CONTRIBUTING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c4510af1..0ee006df 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -120,7 +120,10 @@ For production, it binds to `0.0.0.0:3000` by default. It is mainly a socket.io app + express.js. -express.js is just used for serving the frontend built files (index.html, .js and .css etc.) +express.js is used for: +- entry point such as redirecting to a status page or the dashboard +- serving the frontend built files (index.html, .js and .css etc.) +- serving internal APIs of status page ### Structure in /server/