Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

PeerJS

PeerJS provides a complete, configurable, and easy-to-use peer-to-peer API built on top of WebRTC, supporting both data channels and media streams.
Collective - Host: opensource - https://opencollective.com/peer - Website: https://peerjs.com - Code: https://github.com/peers

bump version, add non minified version

github.com/peers/peerjs - ffadd2891df76fdd37671c352314de89c1e4833a authored about 5 years ago by afrokick <[email protected]>
fix peerjs-js-binarypack library

fix large file sending

github.com/peers/peerjs - 718e16b736cf5dda9563ec4bc70fba35db3812b9 authored about 5 years ago by afrokick <[email protected]>
add definition file

github.com/peers/js-binarypack - d650e17be6027a1612830bf74732efaa333acba1 authored about 5 years ago by afrokick <[email protected]>
Merge pull request #577 from afrokick/refactoring/supports

Refactoring/webrtc-adapter

github.com/peers/peerjs - d4afdbb35ca0a1388867dd9ee1b2f4ac6222ba66 authored about 5 years ago by afrokick <[email protected]>
remove edge from adapter

github.com/peers/peerjs - 12f3e53e255da7da41895dcb20850481a58b87fd authored about 5 years ago by afrokick <[email protected]>
fix import/export adapter

github.com/peers/peerjs - 7a55281e179fd91049efcf83e04f6cb13ac217f8 authored about 5 years ago by afrokick <[email protected]>
refactoring

remove opera from supported browsers

github.com/peers/peerjs - dd1f88d84a681d331f37606e7441ef3bcd03e003 authored about 5 years ago by afrokick <[email protected]>
update changelog

github.com/peers/peerjs - fca62ded9b68febc0ce95277ac466d3a9740fc23 authored about 5 years ago by afrokick <[email protected]>
upgrade packages versions

fix some linter issues
remove deprecated RtpDataChannels and DtlsSrtpKeyAgreement options

github.com/peers/peerjs - a4791aa63a6865570984bd3625821faf8743a383 authored about 5 years ago by afrokick <[email protected]>
remove examples folder

remove unused map file

github.com/peers/peerjs - e59d2cde29065198c714d3ab1fbba29357125cb9 authored about 5 years ago by afrokick <[email protected]>
add turn server to default config

github.com/peers/peerjs - 7ddeedfd40391975cccd304c3a605c2feeb232cb authored about 5 years ago by afrokick <[email protected]>
enabled support for node.js engines > 10

github.com/peers/peerjs-server - 94616d6e35a41de6d411464ceb4d6ac432099d5f authored about 5 years ago by stan <[email protected]>
rebuild from last commit

github.com/peers/peerjs - 42028785996d0237a7e115d07981a929759d95c7 authored about 5 years ago by afrokick <[email protected]>
change _abort method logic: firstly emit error message, then destory/disconnect

github.com/peers/peerjs - 173b58a012292a08cc47ae9295f3a3b028c9e964 authored about 5 years ago by afrokick <[email protected]>
update version in docs

github.com/peers/peerjs - d431ddc0cb0eaa7b71c5546978ce4a9a609d9342 authored about 5 years ago by afrokick <[email protected]>
add browsers support section to readme

github.com/peers/peerjs - 907f44576889cba74e0f23e63508a619627c0b34 authored about 5 years ago by afrokick <[email protected]>
add new line to FAQ

github.com/peers/peerjs - e834ffd47300e86509f53a9dd8dfbab3614ba492 authored about 5 years ago by afrokick <[email protected]>
add FAQ section to README

github.com/peers/peerjs - af5c51c70f76165def1ceb4bb66235e8ec4ba4f6 authored about 5 years ago by afrokick <[email protected]>
fix #568 and bump version to 1.0.4

github.com/peers/peerjs - db187161eb018b0ccc0a6674692d1420f0697bde authored about 5 years ago by afrokick <[email protected]>
add eslint for ts

github.com/peers/peerjs-server - 42a626629b7b568720090df14b56508183f560f2 authored about 5 years ago by afrokick <[email protected]>
bump version to 1.0.3

github.com/peers/peerjs - 93e9f6eb33b546e562ef21d2600117d964b791bd authored about 5 years ago by afrokick <[email protected]>
add parcel-bundler to devDeps

github.com/peers/peerjs - 9dff1f71e992248d5346a40545d62f26688de117 authored about 5 years ago by afrokick <[email protected]>
Merge pull request #139 from peers/feature/brokenConnectionDetection

add checkConnections service

github.com/peers/peerjs-server - eda26cecd7153332568b71112a760586f47ef248 authored about 5 years ago by afrokick <[email protected]>
add checkConnections service

github.com/peers/peerjs-server - 799299d6697bd67921acbc6271b6c18c58ea47ec authored about 5 years ago by afrokick <[email protected]>
Merge pull request #570 from afrokick/feature/addPingIntervalOption

add pingInterval option to Peer

github.com/peers/peerjs - ee92f23f9a53d8e09106db99d464da9a87f913e7 authored about 5 years ago by afrokick <[email protected]>
update docs

github.com/peers/peerjs - c4b4ca300bb07dd57c8bc3e835669e6cc658f4bd authored about 5 years ago by afrokick <[email protected]>
add pingInterval option to Peer

github.com/peers/peerjs - 6f36785a1c0d148c6d90219e8fc2e75ba5498bc7 authored about 5 years ago by afrokick <[email protected]>
add 0.3.0 section to changelog

github.com/peers/peerjs-server - 8bfd385eb095112c733925f7b75b1c3c11c44406 authored about 5 years ago by afrokick <[email protected]>
update deps

github.com/peers/peerjs-server - 8c00c0decdd9449b24b37edceb603ea462b7f11b authored about 5 years ago by afrokick <[email protected]>
add eslint

fix npm audit

github.com/peers/peerjs-server - 252b65cc07e7af70ee27f912ea6bfa7de06e0f8d authored about 5 years ago by afrokick <[email protected]>
Merge pull request #125 from zhou-yg/patch-1

[bug] fix connecting problem

github.com/peers/peerjs-server - 5fa4c2df5fb8f60974d3681e5c5ac4b403d83dcf authored about 5 years ago by afrokick <[email protected]>
Merge pull request #138 from peers/fix/messageHandler

fix messageHandler null deconstruction

github.com/peers/peerjs-server - 3069aa9dd3401fbc8de78ee92fa8b559ef7c8f76 authored about 5 years ago by afrokick <[email protected]>
fix messageHandler null deconstruction

github.com/peers/peerjs-server - b9bc327eda92ef0f968316464f26a5eb014a30a3 authored about 5 years ago by afrokick <[email protected]>
Initial commit

github.com/peers/peerjs-examples - 2b20cf387bae6e2bf8bbbe0ec1cf9774bc2c0036 authored about 5 years ago by afrokick <[email protected]>
ignore .idea

github.com/peers/peerjs - 662c877959c283e8faa2cea69711e36b6ca5f56d authored about 5 years ago by afrokick <[email protected]>
update js-binarypack dependency

github.com/peers/peerjs - 3c5c733247138c0f907f7d65ae2c3c6b3485438f authored about 5 years ago by afrokick <[email protected]>
change name

github.com/peers/js-binarypack - df91c561b1d84ae11cf5bbbd5abb26ee1108eceb authored about 5 years ago by afrokick <[email protected]>
fix eslint errors

github.com/peers/js-binarypack - 008633bea03ae5d47faa904d334ccdf850a67a5f authored about 5 years ago by afrokick <[email protected]>
format grunt file

github.com/peers/js-binarypack - 14fce5210f522d29dd693b34dd39ebf0f3d7914f authored about 5 years ago by afrokick <[email protected]>
add eslint and semistandart

github.com/peers/js-binarypack - c30c6d5c47eabcae2406671f78770188089faf18 authored about 5 years ago by afrokick <[email protected]>
fix https://github.com/peers/peerjs/issues/540#issuecomment-515366671

github.com/peers/js-binarypack - 57568ff0e95afc8102e900ecc1dbb87949d79614 authored about 5 years ago by afrokick <[email protected]>
ignore .cache/ and .idea/ folders

github.com/peers/js-binarypack - 63835bd220d49ef101f56cab69f4dd88810d79d5 authored about 5 years ago by afrokick <[email protected]>
Merge pull request #7 from peers/fix/classSerialization

fix from https://github.com/binaryjs/js-binarypack/pull/13

github.com/peers/js-binarypack - ec447f92dc02221ab8e16b19ed8b6f3be02b90dd authored about 5 years ago by afrokick <[email protected]>
bump changelog to 1.0.2

github.com/peers/peerjs - ce9faaa499e8561dccce6b9f6d882eb904020530 authored about 5 years ago by afrokick <[email protected]>
bump version to 1.0.2

github.com/peers/peerjs - 4876c7b46247866151376babb86fc5bd903673ec authored about 5 years ago by afrokick <[email protected]>
bump changelog

github.com/peers/peerjs - 419355e98ddafd9716d32b18902d2dfca2c6cafb authored about 5 years ago by afrokick <[email protected]>
Merge pull request #557 from peers/dependabot/npm_and_yarn/examples/lodash-4.17.15

Bump lodash from 4.17.11 to 4.17.15 in /examples

github.com/peers/peerjs - 39b2126be1d4162e1390fa4638f352f62028745e authored about 5 years ago by afrokick <[email protected]>
Bump lodash from 4.17.11 to 4.17.15 in /examples

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15.
- [Release notes](http...

github.com/peers/peerjs - 3e52dddeffe3cd51e7fca46f7d539a732973cd26 authored about 5 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #556 from afrokick/fix/memoryLeakInDataConnection

Fix memory leak in DataConnection

github.com/peers/peerjs - a05d7085bc095fd12eabaf737d05aba0f7d23610 authored about 5 years ago by afrokick <[email protected]>
fix #369

clean chunks buffer on close

github.com/peers/peerjs - b6194967240d93846e232a04defeee12bdf8ce08 authored about 5 years ago by afrokick <[email protected]>
Merge pull request #550 from JenGL/master

bugfix issue #347 missing sdpMid in IceServer

github.com/peers/peerjs - 27b4886456886ada7fddea28feb7ae4e6b9a4380 authored over 5 years ago by afrokick <[email protected]>
bugfix issue #347 missing sdpMid in IceServer

github.com/peers/peerjs - 52422d01d49fc44fb4ac21522fd0db25046edbec authored over 5 years ago by Gian Luca <[email protected]>
fix from https://github.com/binaryjs/js-binarypack/pull/13

github.com/peers/js-binarypack - 1d05f937381717f6804de799cba5b44c3eec11ea authored over 5 years ago by afrokick <[email protected]>
update to last version

github.com/peers/js-binarypack - 985d788834fd4f983f7f5fa51deba6190f8f376c authored over 5 years ago by afrokick <[email protected]>
update deps to resolve audit issues

update @types/webrtc #549

github.com/peers/peerjs - 8b61155cbe137b331976afbc587b3acfcacbb10f authored over 5 years ago by afrokick <[email protected]>
Merge branch 'master' of github.com:peers/peerjs

github.com/peers/peerjs - 2b84ae7f7b080c6ac65ec810fae1e718ebd49910 authored over 5 years ago by Jairo <[email protected]>
published v1.0.1

github.com/peers/peerjs - 8e1fb2689e59816e024c9f740d150eff72ada0ee authored over 5 years ago by Jairo <[email protected]>
update changelog to 1.0.1

github.com/peers/peerjs - efed478dbb54bbf348d365023cc80d71f03911ad authored over 5 years ago by afrokick <[email protected]>
Update index.js

github.com/peers/peerjs-server - 0d85c45f47c23a13e418ee09934f90accf2230dc authored over 5 years ago by Jairo <[email protected]>
Update README.md

github.com/peers/peerjs - 5fd867de59c90258f094286a02da61ab33c4e9ab authored over 5 years ago by Jairo <[email protected]>
Update README.md

github.com/peers/peerjs - 70175996cfe08080b9d2430af07139f07af0a7d0 authored over 5 years ago by Jairo <[email protected]>
Update README.md

github.com/peers/peerjs - b581b57177dab1a224c2f2231fa48f3eb65023f1 authored over 5 years ago by Jairo <[email protected]>
Fix peerjs command

There was a typo, path mypapp instead of myapp

github.com/peers/peerjs-server - ac3e717c325bda79a5f8da6f2b150609a2340d16 authored over 5 years ago by Daniel Bulant <[email protected]>
[bug] fix connecting problem

1.register router path duplicate in 'init' function(line 16) and 'PeerServer' function (line 109...

github.com/peers/peerjs-server - 62c8aa6fa10339400b97cafd86a756bed917102e authored over 5 years ago by zhou-yg <[email protected]>
Merge pull request #532 from HizkiFW/fix-doc-link-1

Fix broken documentation link

github.com/peers/peerjs - cbec13f0b981e902fc30ba6768729abb06ed187c authored over 5 years ago by Jairo <[email protected]>
Fix broken documentation link

github.com/peers/peerjs - 1ade68e7fc2bae35e2a02542ead8e3027d6bf5c8 authored over 5 years ago by Hizkia Felix <[email protected]>
add sdpTransform to answer method

github.com/peers/peerjs - 2c314e6cfc3b28bd11690ea5b9234e42b067ccb3 authored over 5 years ago by afrokick <[email protected]>
Merge pull request #524 from afrokick/fix/transformSdpInAnswer

fix: call sdpTransform in Answer

github.com/peers/peerjs - 5177f120a17d2009d09ea8b93518e25f95ff45b0 authored over 5 years ago by afrokick <[email protected]>
revert the description for id parameter in doc

github.com/peers/peerjs - 901c84c6ff07dac0f0fbbe4fa140748f02ced791 authored over 5 years ago by afrokick <[email protected]>
Merge pull request #521 from afrokick/fix/fix-520

dataChannel can be null before initialization

github.com/peers/peerjs - f388c9a7b6b9192d2500a1975ad05aadc76b16e7 authored over 5 years ago by afrokick <[email protected]>
dataChannel can be null before initialization

github.com/peers/peerjs - 31bd3d67ee07a6d0b875a9b75cd8d77b51613c56 authored over 5 years ago by afrokick <[email protected]>
remove host arg because not used

github.com/peers/peerjs-server - 948a0b8ff27f99ee2eeaaf7dafb4de915df57155 authored over 5 years ago by afrokick <[email protected]>
add host arg to app

github.com/peers/peerjs-server - db30a334c071604a1be86aeee093595ac5dcffd7 authored over 5 years ago by afrokick <[email protected]>
fix optimist's args

github.com/peers/peerjs-server - 54d08f4ee7ced16dc6082151ef5fb62d7583f55b authored over 5 years ago by afrokick <[email protected]>
fix docker file

github.com/peers/peerjs-server - ecd849f246c6d776b0e148c204ef0a364e4df59b authored over 5 years ago by afrokick <[email protected]>
Merge pull request #120 from peers/refactoring/convertToLib

Refactoring: convert to lib

github.com/peers/peerjs-server - 2a607c25a5f3f389f8684a78dd0b9e3dcd77e7d6 authored over 5 years ago by afrokick <[email protected]>
fix readme

fix dc event

github.com/peers/peerjs-server - a7bc7b03d23fb52bd0037f2eb6f6617c83370fd3 authored over 5 years ago by afrokick <[email protected]>
remove package-lock from repo

github.com/peers/peerjs-server - f229db57b1449bfe94dbf0976da9ec1c166a4c4e authored over 5 years ago by afrokick <[email protected]>
convert to lib

github.com/peers/peerjs-server - b31d2b881df55b66d1b811e9385e0689345e8013 authored over 5 years ago by afrokick <[email protected]>
remove yarn from README

fix changelog

github.com/peers/peerjs - 0cad7d4d3278b66d1ec4dfb1519cf718ab68d8b5 authored over 5 years ago by afrokick <[email protected]>
refactoring removing connection from peer's connections

clean connection's lostMessages

github.com/peers/peerjs - 09d556f2812b9d9257ca7adc24292d47f8d55ce4 authored over 5 years ago by afrokick <[email protected]>
Merge pull request #517 from afrokick/fix/defaultSerializationType-516

fix #515 #516

github.com/peers/peerjs - eb67508ebcd63145dc1605c74e1ca52b02441b6e authored over 5 years ago by afrokick <[email protected]>
fix #515

github.com/peers/peerjs - ce5e7e2773dd427e02fd1e8df4361c5055b3cdbe authored over 5 years ago by afrokick <[email protected]>
rebuild package

github.com/peers/peerjs - dc3512ca701f35aed081f6519dbd5a916f317e4f authored over 5 years ago by afrokick <[email protected]>
fix #516

github.com/peers/peerjs - e47ff918772020f598b3c913ecc62b1c877e7e37 authored over 5 years ago by afrokick <[email protected]>
fix export - only Peer and util should be exported

github.com/peers/peerjs - d4d5e2537fa3ce56c64a1b2489e54fe7ef34d981 authored over 5 years ago by afrokick <[email protected]>
add return type for Peer#getConnection in index.d.ts

github.com/peers/peerjs - 73d9dd653dbd5735a67ea5e689a08dc1c18a511d authored over 5 years ago by afrokick <[email protected]>
update changelog

github.com/peers/peerjs - 3b52eac2c1ed2123e01882754a14d3292dff9466 authored over 5 years ago by afrokick <[email protected]>
last build

github.com/peers/peerjs - f9f43353e5611064b22e4df4c152cc3710cfdfb9 authored over 5 years ago by afrokick <[email protected]>
Merge pull request #514 from afrokick/fix/cleanMediaStreams

Clean references to mediaStream, Peer

github.com/peers/peerjs - 22456a9bed8d8e25e1487f27ba7550003eae9925 authored over 5 years ago by afrokick <[email protected]>
add iceStateChanged event to connection

github.com/peers/peerjs - 6e0283db44e86a7558fb6f4dcccacd18278928f5 authored over 5 years ago by afrokick <[email protected]>
last build

github.com/peers/peerjs - 524372444743b6417495bba8eff8419c7c592def authored over 5 years ago by afrokick <[email protected]>