Skip to main content

Client ↔ user to access Server

References

  1. Software ServerSoftware to control how Client access content hosted on Server

  2. Dynamic Web ServerStatic Web Server with extra Software to update/generate Dynamic Content to send Client

  3. Static Web ServerComputer Hardware run HTTP Server Software to send Static Content hosted files to Clients

  4. User agent spoofing ↔ to send fake User Agent string to announce as different Client, avoid Browser Fingerprint

  5. Thick ClientBrowser Client to hold more logic & client-side interactivity

  6. Thin ClientBrowser Client only req to display (pre-rendered) static content from Server

  7. Create ↔ (ability for Client) to create dataPOST HTTP Request

  8. Read ↔ (ability for Client_) _to read dataGET HTTP Request

  9. Update ↔ (ability for Client) to edit/update dataPUT || PATCH HTTP Request

  10. Destroy ↔ (ability for Client) to delete/destroy dataDELETE HTTP Request

  11. WebSocketsWeb API to open 2-way Client/Server connection, to push update vs Polling

  12. Web Storage APIWeb API to persist data stored in Client across session || windows

  13. Client ComponentFC to render on Client dynamically

  14. Static Content ↔ fixed content to deliver to Client w/o need to generate/process/modify

  15. Edge ↔ Buzzword for Server to deploy closer to Client.

  16. JS Bundle ↔ single combined JS Code output for Client to run, often Transpile to ES6 for compat

  17. Client Statestate store by Client (Browser), TSC

  18. Client-ownedClient State store local & private to Client

  19. Remote ↔ of Server State to store on remote Backend, w/o Client direct access/control over state

  20. Persistent ↔ of Server State tend to be stored for longer between Client sessions

  21. HTTP Cookie ↔ data sent from Backend to Client to TPS

  22. XSS ↔ Exploit to inject naughty code into Client thru Website

  23. polyfill-libraryLib to request Online API to remotely load Polyfill Bundle based on UA Client. cur ver v3

  24. PeerBittorrent Client instance connect to Swarm || user to connect to P2P

  25. libtorrentFOSS Bittorrent Client, C++, lib for many clients

  26. online ↔ boolean for Client online status

  27. ShadowsocksClient to route traffic through SOCKS5 Proxy. FOSS. not dead?

  28. [WinOS](windows) [Shadowsocks](shadowsocks) [**_Client_**](client)github.com/shadowsocks/shadowsocks windows/releases/tag/4.4.1.0

  29. OrbotAndroid Tor Network Client abandonware?

  30. Anonymous ProxyProxy to hide Client IP & only reveal Proxy IP

  31. Transparent ProxyProxy to reveal Client IP + Proxy IP

  32. to reduce bundle size ↔ keep Deps on Server Component, min Bundle for Client

  33. Geo-Distributed Cache ↔ to Cache in more spread-out Proxy instances, to reduce Latency to Client

  34. Forward ProxyProxy sit in front of Client as gateway to forward Reqs to Internet

  35. socket.ioNode.js Module to build WebSockets with built-in Server/Client & fallback Long Polling

  36. DDoS Protection for TypesenseProxy Typesense node through DDoS service ie Cloudflare DNS gateway to expose Client

  37. TTFBTime To First Byte - Server/CDN Latency to send first byte to Client