web application for media item as movie, music
npm install cdna.media.webweb application for media item as movie, music


- big problem: wait for webtorrent complete api
- youtube tutorial video here
- first stream video here
- revision system control git
- nodjs contain node package manager nodejs
notes: this module depend on cdna.media.host module and it is unable to
auto install mongoose database server, so need install mongoose database server
by hand
``shelluse node package manager
npm install cdna.media.web
development
`shell
clone source code form github
require ssh key, contact to author to get one
git clone git@github.com:thelordofthetimes/cdna.media.web.gitinstall dependecy node module
npm installinstall bower components
bower install start auto development tools
it will open login page in browser
then edit source code, tools will be auto rebuild
if any dependency module or add new file, run command again
npm test
``