<feed xmlns='http://www.w3.org/2005/Atom'>
<title>node-mjpeg-proxy/example, branch master</title>
<subtitle>nodejs module for mjpeg proxying retrofitted for mjpegplexer</subtitle>
<link rel='alternate' type='text/html' href='https://git.sublab.org/node-mjpeg-proxy/'/>
<entry>
<title>Fixing a issue with response socket being null, now using the request socket for close event watching</title>
<updated>2013-06-28T20:21:19+00:00</updated>
<author>
<name>Georges-Etienne Legendre</name>
<email>legege@legege.com</email>
</author>
<published>2013-06-28T20:21:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/node-mjpeg-proxy/commit/?id=f8b18bfe54845c7088e01d35b4815f5fe2b1a0b6'/>
<id>f8b18bfe54845c7088e01d35b4815f5fe2b1a0b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Module dependency must be local</title>
<updated>2013-06-28T19:49:04+00:00</updated>
<author>
<name>Georges-Etienne Legendre</name>
<email>legege@legege.com</email>
</author>
<published>2013-06-28T19:49:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/node-mjpeg-proxy/commit/?id=d6d0b647516da8fda66258cceef633c7a51f8971'/>
<id>d6d0b647516da8fda66258cceef633c7a51f8971</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjusting example</title>
<updated>2013-06-28T09:15:38+00:00</updated>
<author>
<name>bignerd95</name>
<email>lorenzo.santina@gmail.com</email>
</author>
<published>2013-06-28T09:15:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/node-mjpeg-proxy/commit/?id=da9099460799fd51035836e120ac99d707a83bde'/>
<id>da9099460799fd51035836e120ac99d707a83bde</id>
<content type='text'>
app.get('/', function(req, res) {
  res.render('index.html');
}); 

is not needed because 

app.use(express.static(__dirname + '/public'));

allow reading any file from /public folder</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
app.get('/', function(req, res) {
  res.render('index.html');
}); 

is not needed because 

app.use(express.static(__dirname + '/public'));

allow reading any file from /public folder</pre>
</div>
</content>
</entry>
<entry>
<title>Adjusting license</title>
<updated>2013-02-04T18:48:07+00:00</updated>
<author>
<name>Georges-Etienne Legendre</name>
<email>legege@legege.com</email>
</author>
<published>2013-02-04T18:48:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/node-mjpeg-proxy/commit/?id=d402589076a7199a3258a7df5703994ee573a2e0'/>
<id>d402589076a7199a3258a7df5703994ee573a2e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A module version of this application, with express.js</title>
<updated>2013-02-04T18:39:06+00:00</updated>
<author>
<name>Georges-Etienne Legendre</name>
<email>legege@legege.com</email>
</author>
<published>2013-02-04T18:39:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/node-mjpeg-proxy/commit/?id=91736294567db46f2f309f53c42f287622e21591'/>
<id>91736294567db46f2f309f53c42f287622e21591</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
