Hi saywow,
// framework.ip === '';
// framework.port === 0;
framework.run(http, debug, [port], [ip], [options]);
// framework.ip === by [ip] == default 127.0.0.1;
// framework.port === by [port] == default 8000;
Your hostname?
No or maybe. Hostname is defined in HTTP header. If you are using reverse proxy then framework.ip does not contain a hostname.
I have keying mistake ... default IP is 127.0.0.1 not localhost
----
A few minutes I'll publish new version of partial.js. Thanks!