From fcb3ac9b02c3ed150fbf6d539613510cc83627ea Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 14 Jan 2023 22:33:09 +0100 Subject: Re-organized TODO file --- TODO/webapp.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 TODO/webapp.md (limited to 'TODO/webapp.md') diff --git a/TODO/webapp.md b/TODO/webapp.md new file mode 100644 index 0000000..4f8eddf --- /dev/null +++ b/TODO/webapp.md @@ -0,0 +1,19 @@ +# Towards a nissy webapp + +## Architecture + +* Split in client / server. +* Server can load and keep in memory all the tables, client(s) send messages to + the server to run commands. +* Use UNIX sockets only first, maybe later try WinSock. + +## Simple webapp + +* Investigate how to use fastcgi, try simple program first. +* Decide what limits to put in terms of resources and write a "filter" script + to block big requests (maybe use a timeout). + +## Advanced webapp + +* Use cubing.js for nice graphics. +* Port it to a graphical desktop version too. -- cgit v1.3