Matheus Valadares

Results 16 comments of Matheus Valadares

I'm a bit against using QUIC, since just like WebRTC, it feels too bloated. Here's Google's [example server/client](https://chromium.googlesource.com/chromium/src/+/master/net/tools/quic/). Giving access to raw UDP datagrams might be way simpler for developers...

SCTP is dead, many routers don't support it, thus they're rarely routed over public internet. Just to expand on my last post: QUIC does have its advantages: it automatically handles...

@maxogden It wouldn't expose raw UDP. It would have a handshake first (being a WebSocket extension is an easy solution). Client requests it with `Sec-Websocket-Extensions`, server confirms availability with the...

Use the "tableName" property in the options (next to hashKey) to specify a different table name. You should also be calling `dynamo.createTables` so it handles creating those tables for you...

Actually, what is happening isn't exactly invalid JSON. But the Linode API replies with no body, and body = undefined, so it JSON.parse stringifies it and that's where the "invalid...

A workaround for this is to add a font other than the default and setting `OversampleH` and `OversampleH` to something high, I use 3 for both. It looks pretty smooth...