local-tld-lib
v1.0.2
Published
Maintain a TLD on localhost for all your projects.
Downloads
4
Readme
Local TLD
See http://github.com/hoodiehq/local-tld for a description.
I want my app to register itself with local-tld!
var ltld = require("local-tld");
ltld.add("yourfancyproject", 12345);
// ok cool, how can I deregister?
ltld.remove("yourfancyproject");
License
Apache 2 License
Copyright
(c) 2013 Jan Lehnardt [email protected]