Peter Harpending 4e48d6b40b [wip] websockets should have their own supervision tree
I also hate this bullshit of

- fd_client having such a stupid name
- websocket lib needs some love

basically I think this should be the approach:

renames:

- fd_clients    -> fd_http
- fd_client_man -> fd_http_client_man
- fd_client_sup -> fd_http_client_sup
- fd_client     -> fd_http_client
- fd_cache      -> fd_wfc_cache

new trees:

- tetris        -> new tree
- websockets    -> probably should fall into http supervision tree

Notes:
- fd_client_man is necessary because someone needs to own the listen socket
- rewrite fd_client as gen_server
2025-10-27 10:35:05 -07:00
2025-09-16 14:41:39 -07:00
2025-10-27 09:30:29 -07:00
2025-09-16 14:41:39 -07:00
2025-09-16 14:41:39 -07:00
2025-10-24 13:57:37 -07:00
2025-09-29 11:52:59 -07:00
2025-09-16 15:50:31 -07:00

fewd = front end web dev

this is me (PRH) trying to learn some front end web dev because pixels are important despite my wishes.

notes

goal queue

S
Description
No description provided
Readme 224 KiB
Languages
Erlang 92.8%
HTML 3.7%
TypeScript 2.6%
CSS 0.9%