PixelPals – Collaborative pixel art canvas
eternalthinker.github.io
PixelPals – Collaborative pixel art canvas
1–10 of 15 posts
Re: PixelPals – Collaborative pixel art canvas
#2Re: PixelPals – Collaborative pixel art canvas
#3Re: PixelPals – Collaborative pixel art canvas
#4Interesting, Chromium's network inspector does not show me how this transmits.
Re: PixelPals – Collaborative pixel art canvas
#5Interesting, Chromium's network inspector does not show me how this transmits.
From the network inspector, click the one that says "web sockets"
Then select the entry from the list, looks something like ".ws?v=5&ns=pixelpals-server"
Then select frames from the 3 options "Headers Frames Cookies"
Should see the json data
Re: PixelPals – Collaborative pixel art canvas
#6Interesting, Chromium's network inspector does not show me how this transmits.
Re: PixelPals – Collaborative pixel art canvas
#7Interesting, Chromium's network inspector does not show me how this transmits.
Yes, it does. From the network inspector, click the one that says "web sockets" Then select the entry from the list, looks something like ".ws?v=5&ns=pixelpals-server" Then select frames from the 3 options "Headers Frames Cookies" Should see the json data
Re: PixelPals – Collaborative pixel art canvas
#8Re: PixelPals – Collaborative pixel art canvas
#9I'm shocked!
Re: PixelPals – Collaborative pixel art canvas
#10 var socket = new Firebase("https://pixelpals-server.firebaseio.com/public");
var w = 150;
var h = 120;
var randColor = function(){
return '#'+Math.floor(Math.random()*16777215).toString(16);
};
for(var i = 0 ; i
.. sorry