Skip to content

Instantly share code, notes, and snippets.

@noriyukitakei
Created July 11, 2018 04:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noriyukitakei/4a88d09ef16b07b4f11ad360670afb50 to your computer and use it in GitHub Desktop.
Save noriyukitakei/4a88d09ef16b07b4f11ad360670afb50 to your computer and use it in GitHub Desktop.
多分わかりやすいマイクロサービス入門 〜 マイクロサービスフレームワーク「Azure Service Fabric」でLINE風なチャットアプリを作ろう!! 〜
// 以下の3つのプロジェクトをサブプロジェクトとして指定します。
include 'ChatWeb'
include 'ChatData'
include ':ChatRPC'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment