Viktor Turskyi
Viktor Turskyi
Oh, clear. Then it should be separate processes for client and server. I will recheck. Thanks
Yes, you are right. No IO in event emitter. Will try your example once more)
Good idea! WebRTC p2p can be a useful transport. Thank you! Maybe someone will pick up it to finish and publish to npm.
Hi, we are going to implement transport that will allow mount Mole RPC Server to express.js endpoint (as middleware). In this case, you can run express on top of http2
client transport will be built on top of "fetch" (isomorphic-fetch). So, in browser it will support http2 but in nodejs, I am not sure that node-fetch uses http2. In case...
Вся робота по async валідації в гілці async-validation. Багато нюансів. Думаю, що на вихідних допишу. Але API валідатора нажаль буде несумісним з синхронними правилами. Можливо залишу обидві реалізації, бо не...
Done! Just published v2.5 to NPM
Yes, but the risk of remote code execution for untrusted does exist as it was with ajv before (now it is fixed) Moreover, according to this library docs: "This is...