blob: 4f8eddf5c8df28b3028916d890768f92d4fb2c8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.
|