Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
node-datachannel
P2P Communication for NodeJS apps (WebRTC)
Collective -
Host: opensource -
https://opencollective.com/node-datachannel
- Code: https://github.com/murat-dogan/node-datachannel
github.com/murat-dogan/node-datachannel - c8197e28b39fd81f55818c0301995414fa877ff9 authored about 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 82db7e6643a977b97b5f3d551397e9ef50b3fa9a authored about 1 year ago by Murat Dogan <[email protected]>
fix: export missing polyfills
github.com/murat-dogan/node-datachannel - d02f4ef64ea0d5d1a11afb3def51df43fff05a20 authored about 1 year ago by Murat Doğan <[email protected]>github.com/murat-dogan/node-datachannel - 3b06f2790e11e62ad485ddb75c1b4d212f50e6f5 authored about 1 year ago by achingbrain <[email protected]>
github.com/murat-dogan/node-datachannel - 3bd1e583055b9f96268c7af8fb1a03d04ed88fbf authored about 1 year ago by achingbrain <[email protected]>
github.com/murat-dogan/node-datachannel - 113ed02fe19b50f5d24117e55d0f596f7abf273a authored about 1 year ago by achingbrain <[email protected]>
fix: add constructor args to RTCSessionDescription polyfill
github.com/murat-dogan/node-datachannel - 00b4ad0727f743df7fb899a44ac06a843990bb55 authored about 1 year ago by Murat Doğan <[email protected]>fix: add generate certificate method to peer connection polyfill
github.com/murat-dogan/node-datachannel - 93a233ac4d552cae8012013c223b19316cf71dfa authored about 1 year ago by Murat Doğan <[email protected]>
I need to use `RTCSessionDescription` but it's not exported so
this PR Exports all implemented p...
Adds a dummy implementation that just throws. I don't think this is
ideal for the long term but...
Adds init dict so it's usable from typescript.
github.com/murat-dogan/node-datachannel - ed82d9383af00d75da6a74f63579cb3e7f9fe585 authored about 1 year ago by achingbrain <[email protected]>github.com/murat-dogan/node-datachannel - 0ca669dfbca5358ceedcc087a5bcff4e68fa9eb6 authored about 1 year ago by Murat Dogan <[email protected]>
fix polyfill
github.com/murat-dogan/node-datachannel - aef8e74b00576dcaaca9ea8fbb78c57377f6dd6c authored about 1 year ago by Murat Doğan <[email protected]>Per https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/RTCPeerConnection#iceserv...
github.com/murat-dogan/node-datachannel - 9705c7f48f22f44de4b368743b818708059008ea authored about 1 year ago by Nathan Ferch <[email protected]>github.com/murat-dogan/node-datachannel - e23eb0558c5012b633f459010720a7917c1350be authored about 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 93f00533539e95be0dc539e358c3db4146f58b1f authored about 1 year ago by Murat Dogan <[email protected]>
FIX types and add CI check for types
github.com/murat-dogan/node-datachannel - 02699b4ff82d223cec9af6fab7ab4b5c49ad2ca6 authored about 1 year ago by Murat Doğan <[email protected]>github.com/murat-dogan/node-datachannel - 0ca99d9d8a1c0976755a2692d9b873c41033e447 authored about 1 year ago by pubkey <[email protected]>
github.com/murat-dogan/node-datachannel - 7a0bb69165f7919d75e10514054f851749c71de8 authored about 1 year ago by pubkey <[email protected]>
github.com/murat-dogan/node-datachannel - 3c3416c1ef79270f70fc27aa3a698b20d44592ba authored about 1 year ago by pubkey <[email protected]>
github.com/murat-dogan/node-datachannel - 8daf015aa1803d9d8f799de9bea6a63162f94fea authored about 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - dae20599d1de5f4e6992129c21e1b070b71c92ae authored about 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 92ced431a57162e05a26b0b713177f4afae72051 authored about 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 53551d14f87a475dd900acc1ea53a9146c2530aa authored about 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 7a9d4e80986d076b38a276417a56b34a01fecbe0 authored about 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 09801fc7c455cff0a6a8afe56eb76f3faae65a5b authored about 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 2e8ab5a06088be40183cf5cc3b3499ebd62c7b58 authored about 1 year ago by Murat Dogan <[email protected]>
Bump electron from 26.2.1 to 26.2.4 in /examples/electron-demo
github.com/murat-dogan/node-datachannel - 1645f2e70a2b4d490677a1ca29ebd60434ba2fd8 authored about 1 year ago by Murat Doğan <[email protected]>github.com/murat-dogan/node-datachannel - 9352b37625c680e248810a6438ab760f5f2d6a23 authored about 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 79afd667bf4b14d445f20769796502e07a3c46d4 authored about 1 year ago by Murat Dogan <[email protected]>
Bumps [electron](https://github.com/electron/electron) from 26.2.1 to 26.2.4.
- [Release notes](...
Improve RTCPeerConnection polyfill constructor arguments
github.com/murat-dogan/node-datachannel - 9924b594f552484a5322870e8eba7c9f137dcea9 authored over 1 year ago by Murat Doğan <[email protected]>Bump electron from 26.2.0 to 26.2.1 in /examples/electron-demo
github.com/murat-dogan/node-datachannel - 4331db10ffcaa762d1839dabc3d9a508d0ed4f70 authored over 1 year ago by Murat Doğan <[email protected]>github.com/murat-dogan/node-datachannel - 6ca7ce7da1c4abc764460eb3e47b2638e83fe3b3 authored over 1 year ago by Luis Fonsi VEVO <[email protected]>
Bumps [electron](https://github.com/electron/electron) from 26.2.0 to 26.2.1.
- [Release notes](...
github.com/murat-dogan/node-datachannel - 5528f2f4a355457fdee3fb416f67d6176681e0ee authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 59525437c9a62155ebb3c543a5dabd152292bd74 authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 98c7fed00e5daa7659327e948b3b36a428760a5a authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - eb1db6a65def0bd4f399681bfe5466c131d3099e authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 4843bab3c13f0d47092e0d6f9e6c334051157732 authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 05531dcc53590b964f7c35d8f0b17f8b2684295f authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 68d210cf1fa5fabd326afa31760cad42307fe2b7 authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 28c2b173ed2404943ff5fcefeff3e0b47cbe960b authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 8ca37040e70c6369c27042d95b2d568ab3e24d35 authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 7be40b6e781f1da8a8a1c13f94c4ccfb202dd9a3 authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 6aa2e0e3c928e9b4c08ee71cd716c215a1dc2cfc authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 8a4f8d6bc62ba625c7931caf092152d2a649c46e authored over 1 year ago by Murat Dogan <[email protected]>
WebRTC polyfills
github.com/murat-dogan/node-datachannel - 01f7a6bd0f75adcf341f8ae7a9abe6e6ef3a0a2c authored over 1 year ago by Murat Doğan <[email protected]>github.com/murat-dogan/node-datachannel - a0a8d8775d9c3915f3c32b73d65f2b8fa624a793 authored over 1 year ago by Murat Doğan <[email protected]>
Bump tough-cookie and prebuild
github.com/murat-dogan/node-datachannel - 4e16b1bba8865c0624025fdbfd595c5a8a7ba9c0 authored over 1 year ago by Murat Doğan <[email protected]>github.com/murat-dogan/node-datachannel - b609f44480ccd85a133a28d2ad7dadb3a23462c0 authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 6b5d12dbb07dd94a9ce8f4ee77986d67954a00c6 authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - ebd1805d62365e762e5a5df310117dfd10f27e0e authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 7f2badefaa089d1d44f42fbdcc36bac182fa7385 authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - ba29b8da7936a0ef3e51942bf3df1950bbe568e5 authored over 1 year ago by Murat Dogan <[email protected]>
Electron demo
github.com/murat-dogan/node-datachannel - eb777ab9204c9d608e149a957e0244d1f6a54ed8 authored over 1 year ago by Murat Doğan <[email protected]>github.com/murat-dogan/node-datachannel - 356d37b669e68d243c2902442a65a761147abea8 authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 78cc84e04abb1e06f4f017771cd87c31ffe193d4 authored over 1 year ago by Murat Dogan <[email protected]>
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) to 4.1.3 and updates ancestor d...
github.com/murat-dogan/node-datachannel - 7e63f30a664dd18dad7c704a8a9747aba27d4fd8 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>NAPI bindings
github.com/murat-dogan/node-datachannel - e573fe944bece29af58f23bee1e67de56a8851d3 authored over 1 year ago by Murat Doğan <[email protected]>github.com/murat-dogan/node-datachannel - 57c39da51df862fc36e837507f016b47bedead7a authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 9c8a1b416f1098f1703a3228b66aabbea63fb8c9 authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 1afb0c8932e194c36772dd0b175defbb144f36a1 authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 45dca29a414eb35e3d1bcfe878748647682dc069 authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 55f40a7c8a37f3aa15f410e1ad322fca731f05d2 authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - cc752614d6c8ada05c3c99fee491a9a4d7d6a472 authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - a155259f0c17a5664d875d8a002bd97ecdc416ce authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 11a18e77dbfaf12190d6ea1fe6fe174bfeef1f66 authored over 1 year ago by Murat Doğan <[email protected]>
Update libdatachannel to v0.18.6
github.com/murat-dogan/node-datachannel - 37892d31d391ca0c6626e762260d52bef1348c28 authored over 1 year ago by Murat Doğan <[email protected]>github.com/murat-dogan/node-datachannel - 018b386cafd3361b1971d724d5e032bc9d16552d authored over 1 year ago by Paul-Louis Ageneau <[email protected]>
github.com/murat-dogan/node-datachannel - ee4948b39d7a190104a1a4d15921bb8f34d46e74 authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 0f66c09abbe60e9be6d38b7a68350ff541359433 authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 3929eb5bc18affbbe0525a593bfabaee53ddd0a2 authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - d551cbfeda63b9bb7e9d24fc991060a54d3edbce authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 94059b3002001291059a7987af263351c7c5a956 authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - cda440cf475f4c9c0889db23182f9b083a840c76 authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 37013452279756627c7aa3283763b28724c43166 authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 72f2d822f05514555c4b01767362c147233a8c76 authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 0151655b4bb6e9c94b8d3630649d997247f4e370 authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - e90282dcc8105ae122720301cee380b0db40edca authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 61d308302190fb8c02678c68a40a08aa57b56e6d authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 227507bdf67d29c2241db3da87c4fb258e0cc8f0 authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 2bbfe62ae51a5a60575fd655795428ed8fa5a8af authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 852f2200becd2b24f6782eb9084ab7232fdccb47 authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 564809d643a2bf68f203f5beddb54e0d28e82368 authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 123c9f447a103d1948b73d935814fa77732ca8de authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 0ee7c33381313ad385bed4bed9864d3a1ce2bc45 authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - da7c02c7bd9afc73344a4cd680eab699f697d56a authored over 1 year ago by Murat Dogan <[email protected]>
Dockerfile to build
github.com/murat-dogan/node-datachannel - d52ece5a5b2eabe6c66e94cfaeac914fa4f64a90 authored over 1 year ago by Murat Doğan <[email protected]>github.com/murat-dogan/node-datachannel - e7ad57812033855e2edf12babe375856adda9f05 authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 0d9c64d093af2bb716ea8e8584c43d6fccc59b13 authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - d0aaf7a1f003fc9444a71d32aa7f8753e575f3d1 authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 9762daad9f158301410c076b1339d0603d90c1b4 authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 63306212afbe948963ac9177b60ba3d9cfb85f76 authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - e92fd1dfe0a85e525c1e472f3c36935c442bc8e8 authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 2e41b186a13fc9797cccc62e4a20ca8084950fa9 authored over 1 year ago by regnaio <gbz@LAPTOP-4I5Q1COP>
github.com/murat-dogan/node-datachannel - b70853b5ecd04070042ae553d08e97b83c1a1c44 authored over 1 year ago by regnaio <gbz@LAPTOP-4I5Q1COP>
github.com/murat-dogan/node-datachannel - c2de9d79d89aa899013973d1e3ceef2e046643c3 authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - c37fcb453bcb3ea156fec095c0895cf2df9bab8e authored over 1 year ago by Murat Dogan <[email protected]>
github.com/murat-dogan/node-datachannel - 0ddb08cf3d74124e056ba89ccf0423626d5d2b21 authored over 1 year ago by Murat Dogan <[email protected]>