Skip to content

Latest commit

 

History

History
59 lines (44 loc) · 1.45 KB

File metadata and controls

59 lines (44 loc) · 1.45 KB

Technologies

Web architectures

  • Static server: HTML + CSS + JS

  • Dynamic server

    • DATA (store, save, read), Database!
      • SQL
      • Mongodb, couchdb
    • Minecraft
    • Roblox
  • Multiplayer communication

    • Centralized server
    • WebRTC (peer-to-peer)
      • It requires a PeerServer (just for the broker)
    • Messaging