Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 829 Bytes

File metadata and controls

22 lines (18 loc) · 829 Bytes

Node.js(express) + Socket.IO + Web Audio API on Heroku

Node.js(express)、Socket.IO、Web Audio APIを使って、
各デバイス間で双方向通信して音声を再生するサンプルをHerokuにデプロイ。
※Web Audio APIのドラムのサンプルに機能を追加したものになります。

URL

https://nodejs-socketio-webaudio.herokuapp.com/

Install and Running(local)

git clone https://github.com/front-core/nodejs-socketio-webaudio-sample.git
cd nodejs-socketio-webaudio-sample
npm install
node web.js

Access to http://localhost:8000

※ ローカルの場合は、index.htmlのこのコメントを外してlocalhostにconnect

// var socketio = io.connect('http://localhost:8000');