有点标题党, Github 上看到一个 repo, 里面只有文档, 没有代码 - -! https://github.com/arunoda/chrome-node 之前有新闻说 Chrome 的 extension 里能监听 TCP 端口了 https://github.com/GoogleChrome/chrome-app-samples/tree/master/webserver 看更早的新闻, UDP 估计也在计划当中, 不知道现在消息怎么样了… http://blog.alexmaccaw.com/chrome-tcp-udp 然后这个 repo 里说用 Chrome 来跑 Node, 我听着感觉很帅啊
<!doctype html>
<html>
<head>
<script type="text/javascript" src='node.js'></script>
<script type="text/javascript">
var http = require('http');
http.createServer(function (req, res) {
res.writeHead(200, {'Content-Type': 'text/plain'});
res.end('Hello World\n');
}).listen(1337, '127.0.0.1');
console.log('Server running at http://127.0.0.1:1337/');
</script>
</head>
</html>
不能操作本地文件是挺无聊的… 不过也感觉不错了 不知道这个什么时候真是做出来么…
这个应该木有什么实用功能吧…
@jiyinyiyong 好同志啊,最近好活跃啊。
@jiyinyiyong 木有mm相伴?
@jiyinyiyong 呵呵,说起来你今年也确实大四了哈。不去找实习嘛?
@jiyinyiyong 走上社会第一步,工作精经验很重要。
@jiyinyiyong 写coffeescript难道不懂javascript?
@jiyinyiyong 看看js语言精粹之类的书,毕竟coffeescript还是编译过来的,男人嘛都是要透过现象看本质,谁喜欢看那么光鲜的衣服,是吧^ ^
@jiyinyiyong 不管用什么,一些js的特性还是变不了的,你去看看c之类的就知道什么是更底层,有些地方还是要注重性能,比方说写canvas和webgl,一些小细节会多占用10%左右的cpu…
@jiyinyiyong 我还好了,coffeescript我也喜欢,只是一直在啃js技巧之类的书,感觉咋俩爆了好久的口水.
@jiyinyiyong 我已经照那个葫芦画了一个水站,加了个上传头像,界面山寨rubychina的,一直纠结怎么处理这个东西.
更新频率和bug伤不起的版本
@jiyinyiyong 起的好早啊,话说我上学那会这时候还在做梦.