JSON

Results 37 comments of JSON

I don't know this as a fact, but most modern JS engines compile JS directly into machine instructions where possible. This doesn't matter much with many types of JS objects...

This is how modern JS is. Some code can be broken down to the point that it would take anal assembly developer to write the equivalent, yet other parts of...

It will often draw and zoom at the same time which also makes it feel broken, it's not normal during other touch operations to have both press and pinch gestures...

Other software will generally require you to click an icon to go between select and draw modes, such as Microsoft Paint, Adobe Photoshop/Fireworks, etc. Some also provide keyboard shortcuts as...

I would actually suggest abandoning the double click/press behavior. It's handy with a mouse but makes touch devices hell, at least on Windows and somewhat on Android. My android is...

Long presses should drag the canvas. If you longpress you can feel the vibration of the event being fired but it doesn't change anything or cause any noticeable event. This...

I honestly don't mean to criticize. It works great when using a mouse, one of the best examples of Web/Browser based software I've seen in a while I'm sure you...

I guess it's worth noting that my touch area is 24" on Windows with an 11" drawing tablet. both set to 1920*1080. I would imagine 4k could significantly add potential...

@flddr not same port, just in the same event loop as you can with reactphp and workerman. No solution yet, but if I don't get a response as to how...

@flddr `swoole_websocket_server` inherits from `swoole_http_server` so you can use any `swoole_http_server` methods on your `swoole_websocket_server` object (such as `swoole_http_server->on('request' ...` ). This will allow ws and http to run on...