Added bigbuck.mp4, the sample file Install nodemon module for streaming Modified index.html to contain the video, and changed the title Modified index.js to add /video dir for the video streaming
17 lines
240 B
Plaintext
17 lines
240 B
Plaintext
{
|
|
"browser": false,
|
|
"camelcase": true,
|
|
"curly": true,
|
|
"devel": true,
|
|
"eqeqeq": true,
|
|
"forin": true,
|
|
"indent": 2,
|
|
"noarg": true,
|
|
"node": true,
|
|
"quotmark": "single",
|
|
"undef": true,
|
|
"strict": false,
|
|
"unused": true
|
|
}
|
|
|