Aaron
Aaron
Yes it is re-rendering too often.
I've put it on https://codepen.io/caymanbruce/pen/WoBJYg?editors=0010 if you are interested.
Sure. I am just running a test environment using the `ws` and `socket.io` library. But my main goal is to use Glimpse to analyze the data on the wire when...
@avanderhoorn yes to see the established connection and debugging and profiling. It seems to me that Glimpse is able to put server messages and client messages together. This will be...
@avanderhoorn It's real time MMO server-client browser game. Sending update a few times to each client at every second. But support for chat client is also good to have because...
message format can be json object or binary stream. The payloads depend on the number of connected clients. If there are 100 connected clients and each of them receives 10...
It helps me a lot. I pick up SQL again which I haven't used for nearly a decade. Thank you very much.
@addyosmani Can you explain the design philosophy of this project? Just an architecture diagram maybe enough. I have learned from this project and managed to implement most of the client...
@insin Thanks the blog focuses more on updating live data with firebase. But I just want to get the basic things worked first. I haven't used firebase before. And now...
@biggbuddy 说的没错,一定要重启服务。