braidjs icon indicating copy to clipboard operation
braidjs copied to clipboard

Monorepo for Braid Projects in Javascript

Results 6 braidjs issues
Sort by recently updated
recently updated
newest added

What's a series of steps to get started on a compatible version of braid or antimatter in Elixir? Looking for a step by step guide.

@josephg mentioned that he tested his diamond-types on braid.org/test-a-server, and ran into an issue that test-a-server didn't support binary payloads. I don't think I've tested it with binary, and there...

Thanks so much for Antimatter @dglittle and @toomim! Very, very promising I was wanting to use it with ES6, so I used this framework to turn it into a library:...

We should update the readme and potentially provide better documentation all around. Three insights on documentation that might be helpful here, taken from various communities: 1. A (short) synopsis of...

In Braid, we depend on keep-alive streams to keep state up-to-date on the client. Unfortunately, however, HTTP1.1 supports a paltry 6 simultaneous streams. This means we are limited to 6...

Hello, I was not able to run the demo from braid-http/demos/chat is it up to date ? I had to edit server.js +19 to `var braidify = require('../blog3/braidify-server')` and even...