Upgrade to Pro — share decks privately, control downloads, hide ads and more …

サイバーエージェントのゲーム事業のインフラからみたゲーム開発スタイルの変遷

 サイバーエージェントのゲーム事業のインフラからみたゲーム開発スタイルの変遷

dot's conferenceの「ゲーム開発の裏側」で発表した資料です。
番外編も記載しています

CyberAgent SGE Engineer

March 01, 2016
Tweet

More Decks by CyberAgent SGE Engineer

Other Decks in Technology

Transcript

  1. node port:1234 /var/www/feature/1234 νέοτ൪߸ͱ63-Λ݁ͼ͚ͭ node port:1235 /var/www/feature/1235 node port:1236 /var/www/feature/1236

    node port:1237 /var/www/feature/1237 nginx 1234.example.com 1235.example.com 1236.example.com 1237.example.com server { listen 80; server_name ~^(?<port>\d+)\.example\.com; location / { set $url example.com; proxy_pass http://$url:${port}; } }