$ npm install
$ npm start
以下のように Channel をハッシュで指定する
http://localhost:3000/#my-channel
以下のコマンドを実行
curl \
-XPOST \
-d '{"message":"Hello World"}' \
-H 'content-type: application/json' \
'https://api-ws-admin.geolonia.com/dev/channels/my-channel/messages'