sandbox_service_architecture
Differences
This shows you the differences between two versions of the page.
| sandbox_service_architecture [2022/09/23 00:00] – created jhagstrand | sandbox_service_architecture [2023/01/12 05:05] (current) – removed jhagstrand | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== sandbox service architecture ====== | ||
| - | |||
| - | ==== directory architecture ==== | ||
| - | |||
| - | / | ||
| - | / | ||
| - | / | ||
| - | / | ||
| - | / | ||
| - | / | ||
| - | / | ||
| - | / | ||
| - | / | ||
| - | |||
| - | ==== url architecture ==== | ||
| - | https:// | ||
| - | https:// | ||
| - | https:// | ||
| - | |||
| - | Comm is the javascript object used to call services, both php and python. | ||
| - | It has one public method: request(). | ||
| - | |||
| - | PHP entry point \\ | ||
| - | dot htaccess url rewrite changes /svc/ to svc.php, the entry point | ||
| - | |||
| - | https:// | ||
| - | webprod/ | ||
| - | |||
| - | Python entry point \\ | ||
| - | a2hosting, cPanel, Setup Python App, sets entry point to | ||
| - | |||
| - | https:// | ||
| - | webprod/ | ||
| - | |||
| - | test Comm | ||
| - | * python pvc | ||
| - | * pack and unpack complex javascript objects | ||
| - | * equally effectively in php and python | ||
| - | * set of stock test services, svc and pvc | ||
| - | * to test various aspects | ||
| - | * guru echo | ||
| - | * mai database read | ||
| - | * push complex object for database update | ||
| - | * plot graphic and display in webpage | ||
| - | |||
| - | test example services | ||
| - | * svc/echo: PHP GET, receive JSON | ||
| - | * pvc/echo: Python GET, receive JSON | ||
| - | * svc/getmai: PHP POST, send JSON, receive JSON | ||
| - | * pvc/getmai: Python POST, send JSON, receive JSON | ||
| - | |||
sandbox_service_architecture.1663905601.txt.gz · Last modified: 2022/09/23 00:00 by jhagstrand