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