This document discusses using C++ and the WebRTC Native APIs to build real-time communications applications. It provides an overview of the WebRTC architecture and APIs, describes how to set up the native development environment by checking out the WebRTC code from Chromium, and gives examples of using key WebRTC classes like PeerConnection, DataChannel, and observers. It also covers building for different platforms like Linux and macOS and integrating WebRTC with other libraries and protocols.
This document discusses using C++ and the WebRTC Native APIs to build real-time communications applications. It provides an overview of the WebRTC architecture and APIs, describes how to set up the native development environment by checking out the WebRTC code from Chromium, and gives examples of using key WebRTC classes like PeerConnection, DataChannel, and observers. It also covers building for different platforms like Linux and macOS and integrating WebRTC with other libraries and protocols.
2021年7月17日開催「.NETラボ 勉強会 2021年7月」でのセッション スライドです。
Windows 11 が今年年末にリリースされると発表されました。
Windows 10 からのアップグレードも来年早々には開始されます。
これに向けて企業や組織の IT 管理者が準備すべきこと、リプレースやアップグレードをどう判断すべきか、解説します。
現地時間3月3日から10日にかけて、世界中のテレコムが注目するテクノロジーカンファレンスである「Mobile World Conference 2025」がバルセロナで開催されました。特に競争の激しいヨーロッパのマーケットでは、各社が生き残りをかけたイノベーションをたくさん生み出しています。5G/6G、エッジクラウド、新しい音声技術など、多くのキーワードが注目されています。
1. VS ユーザーも安心 (^^?
Java で開発する Azure Web Apps
CPS Corporation, Ltd. Educational Specialist 村地 彰
雲の上はいつも晴れ
2. About me
26 May 2018?CPS Corporation, Murachi Akira @.NET Labo2
? Murachi Akira aka hebikuzure
? CPS Corporation, Ltd. President, Educational Specialist
? Exceed One Co., Ltd. Business Enhancement Unit (Partner)
? Trainocate Japan, Ltd. Technical Educational Specialist (Partner)
? Microsoft MVP (Most Valuable Professional)
? Since Apr. 2011
? Award Category: Windows and Device for IT
3. Web Apps のおさらい
26 May 2018?CPS Corporation, Murachi Akira @.NET Labo3
4. Azure App Service
? Azure のアプリケーション ホスティング PaaS
? Web Apps
? Mobile Apps
? API Apps
? Functions
26 May 2018?CPS Corporation, Murachi Akira @.NET Labo4
5. Web Apps
? Web アプリケーション/ Web サイトのホスティング
PaaS
? Web Apps (Web Apps on Windows)
? Windows VM 上の IIS
? Web Apps on Linux
? Linux VM 上の apache2
? Web Apps for Containers
? Docker Image の実行環境
26 May 2018?CPS Corporation, Murachi Akira @.NET Labo5
6. Web Apps の Pros
26 May 2018?CPS Corporation, Murachi Akira @.NET Labo6
? ニーズに合わせた規模と運用が可能
? オートスケール(in/out, up/down)
? ロードバランサー
? デプロイメント スロット
? .NET, .NET Core, Java, Ruby, Node.js, PHP, Python での
Webアプリ実装
? Git, Team Foundation Server, GitHub, Visual Studio
Team Services 連携による継続的インテグレーションとデリ
バリ(CI/CD)
7. Web Apps のアプリケーション環境
? アプリケーション ランタイムを選択可能
? .NET Framework
? PHP
? Python
? Java
? Web コンテナー
利用可能なバージョンは 2018年5月時点のものです
26 May 2018?CPS Corporation, Murachi Akira @.NET Labo7
11. Web Apps への Java Web アプリのデプロイ
? Azure CLI + Maven
? みんな大好き、黒い画面
? コーディングはお好きなエディターで(cf. VS Code)
? Azure Toolkit for Eclipse
? Azure Toolkit for IntelliJ
? おなじみ Java IDE から直接デプロイ
? 今日はこちらのお話
26 May 2018?CPS Corporation, Murachi Akira @.NET Labo11
12. Visual Studio なら
26 May 2018?CPS Corporation, Murachi Akira @.NET Labo12
? VS 内から直接 App Service の作成 /デプロイができる
13. Eclipse / IntelliJ では……
26 May 2018?CPS Corporation, Murachi Akira @.NET Labo13
? Azure Toolkit for Eclipse / Azure Toolkit for IntelliJ
? Eclipse / IntelliJ から直接デプロイが可能になる
14. Azure Toolkit for Eclipse / IntelliJ
? 新規 App Service / Web App の作成+デプロイも可能
26 May 2018?CPS Corporation, Murachi Akira @.NET Labo14
15. デプロイの仕組み
26 May 2018?CPS Corporation, Murachi Akira @.NET Labo15
? Eclipse / IntelliJ で Web プロジェクトから WAR を作
成
? WAR を www/webapps にアップロード
? WAR が展開されて Web コンテナで実行される
16. Azure Toolkit for Eclipse のインストール
26 May 2018?CPS Corporation, Murachi Akira @.NET Labo16
1. Eclipse で [Help] – [Install New Software]
2. [Work with] ボックスに http://dl.microsoft.com/eclipse/ と
入力して Enter
3. 表示される一覧で 「Azure Toolkit for Java」を選択
4. [Contact all update sites during install to find required
software] チェックボックスをオフにする
5. [Next] をクリック
6. 後は画面の指示に従ってインストール完了
? ※ https://docs.microsoft.com/en-us/java/azure/eclipse/azure-toolkit-for-eclipse-installation