/node-upnp

A (crude) UPnP client and server written in native node.js.

Primary LanguageJavaScript

Premise

I'm sure this will fail for the faint of heart. If this does not work for you, which it probably won't, drop an issue and I'll get to fixing it.

Usage - Server

:::javascript
var UPNP = require('upnp').UPNP;
upnp = new UPNP;
upnp.server();