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

Add binary features for upstream

github.com/peers/js-binarypack - ae7415408f68f19b0d090c03a9ce737f3b3b3030 authored almost 11 years ago by ericz <[email protected]>
Bump version

github.com/peers/js-binarypack - 95ca10238dd71550b85b101de58e43cb42c270b3 authored almost 11 years ago by ericz <[email protected]>
Clean up function naming, remove utf8 mode references

github.com/peers/js-binarypack - e3469d87f5689a131558e586f925aa2e119713bc authored almost 11 years ago by ericz <[email protected]>
Merge pull request #3 from manvalls/master

Fixed errors with non-ascii strings when using binary serialization

github.com/peers/js-binarypack - 8063923f8405375743a7d00eb68417802ae8b1a7 authored almost 11 years ago by Eric Zhang <[email protected]>
Make Chrome and Firefox interoperable for large messages

github.com/peers/peerjs - 02468a9d248e582c39a769b85e9153869170c759 authored almost 11 years ago by Sören Balko <[email protected]>
v2 hotfix

github.com/peers/js-binarypack - 657f5d334c539455938c7c22788f4b45ec302d9a authored almost 11 years ago by manvalls <[email protected]>
Updated sizeof to v2

New version, even faster.

github.com/peers/js-binarypack - 2453d9c5c5d55618cba21bea020c525b3c39a743 authored almost 11 years ago by manvalls <[email protected]>
Minor fix

github.com/peers/js-binarypack - 90f5819ca522cb546ffe74ea3d7b6555dd6c2f4e authored almost 11 years ago by manvalls <[email protected]>
Added utf8SizeOfString

github.com/peers/js-binarypack - 6b9b0aef502d5680036a1d0f7d60f1d72e92196c authored almost 11 years ago by manvalls <[email protected]>
Replaced escape/unescape with encodeURI/decodeURI

github.com/peers/js-binarypack - fadbd356bd4ffe5046e93909ef99c61b36065d83 authored almost 11 years ago by manvalls <[email protected]>
UTF-8 deleted as it's no longer necessary

github.com/peers/js-binarypack - 07cf9ae1f390269d9ad43c6e5b54393fec6e357c authored almost 11 years ago by manvalls <[email protected]>
Fixed errors with non-ascii strings when using binary serialization

github.com/peers/js-binarypack - 64aded76e4bcdb7024e65c45b9837937adf9b6b2 authored almost 11 years ago by manvalls <[email protected]>
Merge pull request #122 from mururu/fix-error-message

Fix error message for invalid key :+1:

github.com/peers/peerjs - 3d57a27746d3e1c7f2f3376b875258fdf3e4ca7b authored almost 11 years ago by Eric Zhang <[email protected]>
Fix error message for invalid key

github.com/peers/peerjs - 19242a165b86b008e2e54c795bf5316ecf7b1eef authored almost 11 years ago by Yuki Ito <[email protected]>
Update changelog

github.com/peers/peerjs - a5db674ce71a42fdaacc42f453da0b6fad39d1b8 authored almost 11 years ago by Michelle Bu <[email protected]>
Update binarypack

github.com/peers/peerjs - 6b3cde83815fbf50ab2bd7faad8d0fbce9cb3a55 authored almost 11 years ago by ericz <[email protected]>
Merge upstream

github.com/peers/js-binarypack - 6d2ef54c2be76a1da0d4635cdb180182d30629fa authored almost 11 years ago by ericz <[email protected]>
0.3.6

github.com/peers/bower-peerjs - 9c582445db30c9d898c90c17435137e1667d25d7 authored almost 11 years ago by Michelle Bu <[email protected]>
0.3.6

github.com/peers/peerjs - 80937e2ce99a55b9cc4fbd56b1078275a40fb832 authored almost 11 years ago by Michelle Bu <[email protected]>
Fix critical issue with typed arrays > 8bit. Bump to 0.0.6

github.com/peers/js-binarypack - 103ed5d4c0067ba22a2e7353b2f5cc617c33414c authored almost 11 years ago by ericz <[email protected]>
Add documentation for bufferSize

github.com/peers/peerjs - 12b33be3107d8a6c1c8db01b80b2a92a20ea7d9b authored almost 11 years ago by Michelle Bu <[email protected]>
Merge pull request #120 from peers/buffered-send

Buffered send implementation to get around Chrome buffer limits.

github.com/peers/peerjs - 88e0caf1a99887ee931f1c1d1370370875288f15 authored almost 11 years ago by Michelle Bu <[email protected]>
Buffered send implementation to get around Chrome buffer limits

github.com/peers/peerjs - 9b2734fd8c78119b51d0c5cc4d763bce2afd11d2 authored almost 11 years ago by Michelle Bu <[email protected]>
Merge pull request #119 from sblaurock/add-datachannel

Added '.dataChannel' to DataConnection - a reference to the RTCDataChannel object.

github.com/peers/peerjs - ecdbec68fc52dc03bee68a36d6ef4932199c6308 authored almost 11 years ago by Michelle Bu <[email protected]>
Added '.dataChannel' to DataConnection - a reference to the RTCDataChannel object. Updated documentation to reflect changes.

github.com/peers/peerjs - e594d55ae6d78cce8a54713adee35efaf9361d1a authored almost 11 years ago by Steve Blaurock <[email protected]>
0.3.5

github.com/peers/peerjs - cc7b6f22493c094270bff8c9be9240eead516ad9 authored almost 11 years ago by Michelle Bu <[email protected]>
Fixes #110

github.com/peers/peerjs - fa52ac067e9649e4000cdbc111a8b3ad95e8dc8a authored almost 11 years ago by Michelle Bu <[email protected]>
Up bower version #

github.com/peers/bower-peerjs - 92fc901a90ea78a9b08e27be2acffcb8882dc9c6 authored almost 11 years ago by Michelle Bu <[email protected]>
lower MTU

github.com/peers/peerjs - aa6df5fda54f233aad10a36d1dac01af67475628 authored almost 11 years ago by Michelle Bu <[email protected]>
Update package.json to 0.3.4

github.com/peers/peerjs - c80acbb9f681e61468720aaaf5bbfebb2f6fc50c authored almost 11 years ago by Michelle Bu <[email protected]>
Chunking for Chrome only

github.com/peers/peerjs - 3eed4a0dc264530489424157e4c68d7444ffee6d authored almost 11 years ago by Michelle Bu <[email protected]>
0.3.4

github.com/peers/peerjs - f3cfd6e13d9e0418b191eed903487d8937bd6916 authored almost 11 years ago by Michelle Bu <[email protected]>
Update js-binarypack

github.com/peers/peerjs - f1f4b235713936c8801dbcf62cf184dce8bdd664 authored almost 11 years ago by ericz <[email protected]>
Merge

github.com/peers/peerjs - c4e47d53a7c5fdd7b93aaeb017fa861c3c7d6c33 authored almost 11 years ago by Michelle Bu <[email protected]>
Revert examples

github.com/peers/peerjs - aaae7e2dde704302cec771d98c2b5fd68f960f58 authored almost 11 years ago by Michelle Bu <[email protected]>
Improvements

github.com/peers/peerjs - 011b8435ebdc12fe813efe8ea4dd1d3628328d3d authored almost 11 years ago by Michelle Bu <[email protected]>
Chunked large messages

github.com/peers/peerjs - 5041437ffb37eaa0cda0d20aaa76dd41c9d291ac authored almost 11 years ago by Michelle Bu <[email protected]>
Update peerjs for new binarypack build

github.com/peers/peerjs - de5e6569986660d759c8ca3bad64a015756db6e6 authored almost 11 years ago by ericz <[email protected]>
Update binarypack

github.com/peers/peerjs - 9a838456048a0b812612fb2af8543d7c8e154607 authored almost 11 years ago by ericz <[email protected]>
Merge from upstream

github.com/peers/js-binarypack - 37b9ea6e44284f071154aa698efb1472b61800c6 authored almost 11 years ago by ericz <[email protected]>
Version bump and build

github.com/peers/js-binarypack - a3a401cdf5d2adfb4ebde48a6c0316b8a8fc8518 authored almost 11 years ago by ericz <[email protected]>
getBuffer only when necessary. Improves performance a bunch. Thanks @daicoden @visnup

github.com/peers/js-binarypack - e014e20cd756100a476a252597ea22eaa67e3396 authored almost 11 years ago by ericz <[email protected]>
Add quick vs JSON performance test

github.com/peers/js-binarypack - 182abde69d9aea4d71b53b7bf793031a18514d28 authored almost 11 years ago by ericz <[email protected]>
beta

github.com/peers/peerjs - bfebefcf31754eedfe4cb6ed97787b687e2c83d5 authored almost 11 years ago by Michelle Bu <[email protected]>
util.supports.binary => util.supports.sctp as well.

github.com/peers/peerjs - 991506c40e6253942350e088c79b9e4ae3ed437d authored almost 11 years ago by Michelle Bu <[email protected]>
util.supports.sctp

github.com/peers/peerjs - 360e200a5f849c18a37f3b312bdc343ffa166328 authored almost 11 years ago by Michelle Bu <[email protected]>
Bump to 0.3.3

github.com/peers/peerjs - 9976990c61c0f9c3c44f1de2a997ff8f21013d2a authored almost 11 years ago by ericz <[email protected]>
Dont throw exception on failures

github.com/peers/peerjs - c9adf5076ea41df60231e11d032f371939228609 authored almost 11 years ago by ericz <[email protected]>
Errant comma

github.com/peers/peerjs - ec1424c0f264ea5d8ce08ac2cc9ea2bd027a6a71 authored almost 11 years ago by ericz <[email protected]>
Fix errant comma

github.com/peers/peerjs - bb1045bf92fbaef6e2156c3ac47015f70af5d866 authored almost 11 years ago by ericz <[email protected]>
Remove errant comma

github.com/peers/peerjs - 2db1c599987753079d197f73272a9e40e9290f73 authored almost 11 years ago by ericz <[email protected]>
removes unused require and updates deps

github.com/peers/peerjs-server - 64966ba2085bdd7e410133bcde03c3575b415e6a authored almost 11 years ago by hij1nx <[email protected]>
navigator #98

github.com/peers/peerjs - 214a14cc10334e885aaa1e1f0255cb419ec0167a authored almost 11 years ago by Michelle Bu <[email protected]>
update example #98

github.com/peers/peerjs - 982d1e3e6208663505e48a65f7c92ac79dcf09ec authored almost 11 years ago by Michelle Bu <[email protected]>
Rebuild with correct version number

github.com/peers/peerjs - 9fc8ac6a933657fd22eb2d8e3af27e9bafcb14c4 authored almost 11 years ago by Michelle Bu <[email protected]>
Version bump, changelog, and update docs

github.com/peers/peerjs - cbc0b18d85115ac9be13203a5993e4d46a1f3d01 authored almost 11 years ago by Michelle Bu <[email protected]>
merge in crash fixes. fixes #93; fixes #95

github.com/peers/peerjs - da45d4f4d69df39c080668440c3d910a2c8fc80e authored almost 11 years ago by Michelle Bu <[email protected]>
Fallback

github.com/peers/peerjs - fad0fafe42c0fef36bf7d6fceeaccd92fc50e4a6 authored almost 11 years ago by Michelle Bu <[email protected]>
better test

github.com/peers/peerjs-server - 5d358ce71ff22adb146e13412a67c0700ed52b9e authored almost 11 years ago by Michelle Bu <[email protected]>
Update package.json

github.com/peers/peerjs - 611a106192a430c2f19eb0161e8f5c90c45ffcf1 authored almost 11 years ago by Michelle Bu <[email protected]>
Changelog and package.json update

github.com/peers/peerjs-server - d0554cfdd1b522300b13d7a537961e4d7a3b7e35 authored almost 11 years ago by Michelle Bu <[email protected]>
Update desc

github.com/peers/peerjs-server - e250f49c22cb689ad382d2cfcd470075e34fa215 authored almost 11 years ago by Michelle Bu <[email protected]>
false by default

github.com/peers/peerjs - ccd80612ae4fcf507b3831f819e631733810581e authored almost 11 years ago by Michelle Bu <[email protected]>
Bump reliable

github.com/peers/peerjs - b6783ea13e1fa9443b701762dd5f70063fbf293a authored almost 11 years ago by Michelle Bu <[email protected]>
Fixing Chrome crashing

github.com/peers/peerjs - 52bc598e40430f6dded151b905a173690d4e2e23 authored almost 11 years ago by Michelle Bu <[email protected]>
Some util.supports.reliable fixes for Chrome

github.com/peers/peerjs - e171ee02e088f21d6812eec063d7ed543dae5d5b authored almost 11 years ago by Michelle Bu <[email protected]>
Don't close negotiation PC right away

github.com/peers/peerjs - a92b73314a6df848bb0ec4930ccd1db3097b3543 authored almost 11 years ago by Michelle Bu <[email protected]>
wrong name

github.com/peers/peerjs - 9a95bf29e1add050f49f789bd952f54a3c8d9863 authored almost 11 years ago by Michelle Bu <[email protected]>
Supports

github.com/peers/peerjs - dc7b558875c2c938f91d0ede810fcb4afbc60bb2 authored almost 11 years ago by Michelle Bu <[email protected]>
0.3.1

github.com/peers/bower-peerjs - 997146db7581bbec63035763c64e21e2fe3d8312 authored almost 11 years ago by Michelle Bu <[email protected]>
bower-peerjs -> peerjs

github.com/peers/bower-peerjs - ab99ecdd62a2af7cc28a1591bcb34399fc8ce542 authored almost 11 years ago by Michelle Bu <[email protected]>
Set maxRetransmits to 0 when reliable false

github.com/peers/peerjs - 79e10688c56524479f3b2c0cb069c4ac7e065b57 authored almost 11 years ago by ericz <[email protected]>
Setting reliable to false by default

github.com/peers/peerjs - b474a4cba6156dabd1312cd25a520b4286e362f6 authored almost 11 years ago by ericz <[email protected]>
Bower-y things

github.com/peers/bower-peerjs - 51b328f726e142380ef8d162b3d33021a655b78a authored almost 11 years ago by Michelle Bu <[email protected]>
Update reliable doc

github.com/peers/peerjs - 93fc4931b24c0261c5fda71e0441a5ee8bda70b2 authored almost 11 years ago by ericz <[email protected]>
Add stable peer.js

github.com/peers/bower-peerjs - 9ae916d215ca3c7f4c3df6e04dec600048f656a5 authored almost 11 years ago by Michelle Bu <[email protected]>
Update docs to reflect TURN servers and port 9000 warning

github.com/peers/peerjs - cd287e2faed1477b7d79eab4b52cd14c35694ce4 authored almost 11 years ago by ericz <[email protected]>
handleTransmission tests

github.com/peers/peerjs-server - 84acb8a217dac8aa476582f5a4be6284821364f6 authored almost 11 years ago by Michelle Bu <[email protected]>
Fix leaked PC

github.com/peers/peerjs - 4cd3f4b2c9a1a1efdf38b1d0a914780e850ceaf0 authored almost 11 years ago by Michelle Bu <[email protected]>
Merge pull request #24 from peers/yosssi-master

Server fixes

github.com/peers/peerjs-server - 80dc77140dafe165f8f77d099a5ae24836763274 authored almost 11 years ago by Michelle Bu <[email protected]>
Remove ugly switch

github.com/peers/peerjs-server - 5affb856d8a1b28f169dabca20aac5630f5cebe5 authored almost 11 years ago by Michelle Bu <[email protected]>
Deleted the unused variable.

github.com/peers/peerjs-server - 32381d1f2f11d9de2dbdfc08f6741ae6c7e45443 authored about 11 years ago by yosssi <[email protected]>
fixed some syntax mistakes.

github.com/peers/peerjs-server - 974f00c996629608c7bed681ae6dbcf3d867aec0 authored about 11 years ago by yosssi <[email protected]>
correct spacing

github.com/peers/peerjs - 90b1705fe79080c3a9a6cc7cba5a7701f88edf53 authored about 11 years ago by Michelle Bu <[email protected]>
more spacing

github.com/peers/peerjs - 61715fac877a8416ae5d031ac3f1cbda866f0eeb authored about 11 years ago by Michelle Bu <[email protected]>
Update README.md

github.com/peers/peerjs - 046b70b221f935441c2197562a2dab407856641c authored about 11 years ago by Michelle Bu <[email protected]>
Update README.md

github.com/peers/peerjs - 3c1d7a98814581123dc5cdfffac7d94fe9c43ccc authored about 11 years ago by Michelle Bu <[email protected]>
Merge pull request #78 from peers/av-rewrite

PeerJS refactor and A/V

github.com/peers/peerjs - 38b21e1e3f1c51a1d68755a9f79a0621059371f4 authored about 11 years ago by Michelle Bu <[email protected]>
Update README.md

github.com/peers/peerjs - d1afa561a30da90e618a1fd8b28171708066d250 authored about 11 years ago by Eric Zhang <[email protected]>
Update README.md

github.com/peers/peerjs - 257f5ca594fb51b3df335563ea28ab70a385f4d4 authored about 11 years ago by Eric Zhang <[email protected]>
Update README.md

github.com/peers/peerjs - cf3470ac4a9a7f52fc1144e71e38d83a88047c19 authored about 11 years ago by Eric Zhang <[email protected]>
Build

github.com/peers/peerjs - fbbfb5feadd9ffb9847bc15a595dc6890afe30f4 authored about 11 years ago by Eric Zhang <[email protected]>