Donghwan Kim
Donghwan Kim
Not easy to test. Hmm.
When a physical connection is shared by multiple tabs, because the server can't know there are multiple sockets, they all receives same event. For the true sharing not just synchronizing,...
https://groups.google.com/d/msg/portal_project/guBmhMXZFK0/Hfm7gcOjF-YJ
As far as I know, Testling is for Browsers and Travis is for Node.js. If so, test app including portal server should be re-written in JavaScript for Node.js. See http://ci.testling.com/...
Oops, there is no Windows version.
Not to forget ``` javascript socket.send("event", data, { done: function(data) {}, fail: function(error) {} }); ``` ``` javascript socket.send("event", data, { done: "event-done", fail: "event-fail" }); ``` ``` javascript socket.on("event",...
Well... in fact, I have an old macbook whose monitor is horribly broken.
Network delay is quite dominant, but it is worth doing. This issue is a kind of book report on High Performance JavaScript.
Hmm? /socket /events /portal