ETiV

Results 7 comments of ETiV

And, in my opinion, if the purpose of this module is to **ONLY retrieve the [meta-data/...](the meta-data and its sub-directory's contents)**, the root URL should be `http://100.100.100.200/2016-01-01/meta-data/`, not `http://100.100.100.200/2016-01-01/`. If...

Currently the meta-data API's structure is like this, I've pasted some of the file's content after `=>` ``` http://100.100.100.200/2016-01-01/meta-data/ ├── dns-conf/ │ └── nameservers => `100.100.2.136\n100.100.2.138` ├── eipv4 => ``...

hi @marcparadise , I just pushed a commit to apply what we've talked earlier.

JS 环境随 page unload 被释放. 啥都留不住 如果你想单纯的改变页面内容, 还是选择 AJAX 或 PJAX 或 iframe 吧

本来在看YAML的,但受 [events.js](https://github.com/NetEase/pomelo/blob/master/lib/util/events.js) 启发,我将chat demo 的 `servers.json` 改成下面格式,文件扩展名改用`.js` ``` javascript module.exports = { /** * 开发环境配置 */ "development":{ // 如需对外开放,可将下面配置的127.0.0.1改成你网卡的IP地址。production环境同理。 // 此IP将由gate服务器发送出去。 "connector":[ {"id":"connector-server-1", "host":"127.0.0.1", "port":4050, "clientPort": 3050, "frontend": true}, {"id":"connector-server-2",...

> JSON 作为配置文件不能注释是个很头疼的问题,所以我最近写了一个包,来让JSON 支持 注释,可以试用一下 不错哦,这个屌

https://github.com/pomelonode https://github.com/pomelonode/pomelo-jsclient-websocket https://github.com/pomelonode/pomelo-jsclient-socket.io