Why Server Programming

  • Client side limitations:
    • - Cannot share information between users
      • - No network games, shared high-scores, chats, etc.
    • - Limited access to the surrounding system (for security)
      • - Cannot write into files, read automatically content of a directory, etc
    • - No memory after restarting the webpage (or limited: local-storage, cookies)
      • - No data base
assets/client_side.jpg
3/38