Awesome
SimpleMatchingServer-Node.js
UniP2Pのためのシンプルなマッチングサーバーです。 UniP2Pに関しては、https://github.com/unip2p/unip2p
Usage
$ git clone https://github.com/unip2p/SimpleMatchingServer-Node.git
$ cd SimpleMatchingServer-Node
$ npm install
$ npm start
herokuにデプロイする場合
共通
-
herokuでアカウントを作成する
-
Heroku CLIをインストールする
Windows
- heroku/create.ps1を実行する
Mac
$ bash heroku/create.sh
Unity側の設定
上記のスクリプトを実行した後、MatchingServerURI、GameKey、SecretKeyをメモして、UniP2PのMatchingSettingで設定する