SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our User Agreement and Privacy Policy.
SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our Privacy Policy and User Agreement for details.
Successfully reported this slideshow.
Activate your 14 day free trial to unlock unlimited reading.
8.
C#サーバーによるリアルタイム通信エンジン
// 自然な書き味で、タイプセーフにRPC(Remote Procedure Call)を実現
// C#のasync/await構文により、非同期通信も自然に見える
var client = MagicOnionClient.Create<ITestService>(channel);
var result = await client.Sum(100, 200);
public class TestService : ITestService
{
public async UnaryResult<int> Sum(int x, int y)
{
return x + y;
}
}
https://github.com/Cysharp/MagicOnion
9.
D4DJ Groovy Mix
バーチャルキャスト
少女キャリバー.io
メルクストーリア - 癒術士と鐘の音色 -
https://qiita.com/naoya-kishimoto/items/0d913a4b65ec0c4088a6
BANK OF INNOVATION(未発表タイトル)