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

remove opencollective from devDeps

github.com/peers/peerjs - 2dfea8378f2a4b712c14730731a43bd77bf148eb authored over 4 years ago by afrokick <[email protected]>
Create FUNDING.yml

github.com/peers/peerjs - 220197fcdae91495edba35db63c3e3e9a8d43b40 authored over 4 years ago by Alex Sosnovskiy <[email protected]>
update doc

github.com/peers/peerjs - db40904ec5a23a17f824c954c4f7dceec93bba88 authored over 4 years ago by afrokick <[email protected]>
remove unused file

github.com/peers/peerjs - b19135cf59e2bf724fff9040301699520ad53817 authored over 4 years ago by afrokick <[email protected]>
don't close connection when iceConnectionState changed to disconnected

github.com/peers/peerjs - 72e7c176c8f3e43f5524cef4988d71753249c4c0 authored over 4 years ago by afrokick <[email protected]>
add options for issue template

github.com/peers/peerjs-server - 9599ed91eea79d0dd8134a40f5656b4b89f46c91 authored over 4 years ago by afrokick <[email protected]>
remove unused template for issue

github.com/peers/peerjs-server - 411ab1e020b8ea943ecec43e0fd521bcbd6b221f authored over 4 years ago by afrokick <[email protected]>
Update issue templates

github.com/peers/peerjs-server - 8e4ff5478a5a9b368b5404b4a4c5a22a2eada3b8 authored over 4 years ago by Alex Sosnovskiy <[email protected]>
update changelog

github.com/peers/peerjs-server - 8bf8c337f152b753179a76c9a5ab4efcba73b8f0 authored over 4 years ago by afrokick <[email protected]>
Merge pull request #190 from hobindar/fix/minimist

Remove dependence on outdated minimist

github.com/peers/peerjs-server - 40092732fed2ddfc95fe548760c8958eed40e614 authored over 4 years ago by Alex Sosnovskiy <[email protected]>
Update transitive dependencies on minimist

This change removes the last bit of dependence on a version of minimist
that has a known prototy...

github.com/peers/peerjs-server - 11dfde98c9730d2ea1037415700fad2f46852f11 authored over 4 years ago by Darren Hobin <[email protected]>
Replace optimist with yargs

Optimist is no longer maintained. It has not been updated since 2014,
even for basic security up...

github.com/peers/peerjs-server - cb0a72bf8ac77dc45354ebdf59c96920eef1b5f8 authored over 4 years ago by Darren Hobin <[email protected]>
Bump version to 0.5.2

github.com/peers/peerjs-server - 661883080258553c68913d20a711c616d5c220f4 authored over 4 years ago by afrokick <[email protected]>
add meta info to package.json

github.com/peers/peerjs-server - 31ebb0dbc107f3248866a2497770d3c838db8785 authored over 4 years ago by afrokick <[email protected]>
update changelog

github.com/peers/peerjs-server - 5f7a98139042eda65a0b0514b3e031331d587589 authored over 4 years ago by afrokick <[email protected]>
Merge pull request #171 from lqdchrm/ws-fix

fix for #170 windows paths

github.com/peers/peerjs-server - c53832e132b5de7923176ebfe55168cff993e02d authored over 4 years ago by Alex Sosnovskiy <[email protected]>
fix for #170 windows paths

github.com/peers/peerjs-server - a72e4fc60e17e4d7a4c6b7a4804cf61885934fb8 authored over 4 years ago by Robert Rößger <[email protected]>
add extra fields to package.json

add files field to package.json to specify output files
remove ".map" files from package

github.com/peers/peerjs - 83f2638886215ba6e318f73531057f55b3373281 authored over 4 years ago by afrokick <[email protected]>
update docs

github.com/peers/peerjs - ebcc76c3c544932c114f98afc4f7a011a84de794 authored over 4 years ago by afrokick <[email protected]>
Bump version to 0.5.1

github.com/peers/peerjs-server - f853f438ba4bbbe7bf0d14863eecc0ab7a4f5de9 authored over 4 years ago by afrokick <[email protected]>
edit changelog

github.com/peers/peerjs-server - 42ffc54d9f17e89190359d06ffc68b56157f5b18 authored over 4 years ago by afrokick <[email protected]>
fix ExpressPeerServer when mount on custom path

github.com/peers/peerjs-server - b3f223c51fbcb0064f4e074efdb8891b3de2e9b1 authored over 4 years ago by afrokick <[email protected]>
Update README.md

github.com/peers/peerjs-server - e22e6acce4ec079528077e482849d05c56b36def authored over 4 years ago by Jairo <[email protected]>
Bump version to 0.5.0

github.com/peers/peerjs-server - 873a4a6fc200d74d0b67ca7fa84c1be69fe2b8f0 authored over 4 years ago by afrokick <[email protected]>
fix issue #165

github.com/peers/peerjs-server - b9dbb6d678462f1811c98fe0f422fc30e671e148 authored over 4 years ago by afrokick <[email protected]>
add README for HTTP API

github.com/peers/peerjs-server - 0a296aba07ad832d3e4b8f5a556130c72f586526 authored over 4 years ago by afrokick <[email protected]>
change defaultConfig - set path to /

fix declaration file

github.com/peers/peerjs-server - 86c2c65db79c775c5bd358bad0dad6f1b191a892 authored over 4 years ago by afrokick <[email protected]>
add declaration file

github.com/peers/peerjs-server - 3a1604d1554383dcececf57a5ad1d4c201296697 authored over 4 years ago by afrokick <[email protected]>
add badges for node version and deps

github.com/peers/peerjs-server - 8c2cc1d5d78439fa8c9df7c05023bbed3235fb43 authored over 4 years ago by afrokick <[email protected]>
change nodejs version in TravisCI to 12

github.com/peers/peerjs-server - b1472687743051012bba605f76d7de980607f43a authored over 4 years ago by afrokick <[email protected]>
remove github/workflows

github.com/peers/peerjs-server - 27ee6dd495ef04ef6901f3efae33ebde0452aa41 authored over 4 years ago by afrokick <[email protected]>
change Dockerfile - npm install with production flag

github.com/peers/peerjs-server - a88d88c6f25b6f978287ed26635b4a760c99d0d7 authored over 4 years ago by afrokick <[email protected]>
Bump version to 0.4.0

github.com/peers/peerjs-server - 1887a5a9557f5adf5b09b47a53056135097c70fb authored over 4 years ago by afrokick <[email protected]>
include only 'bin' and 'dist' folders into package

github.com/peers/peerjs-server - 8e5ba48f6c06623292a202b50b94b04849026f48 authored over 4 years ago by afrokick <[email protected]>
add description for 'generateClientId' option to README

github.com/peers/peerjs-server - 4759ef055fa25e099b6a38abcfffb23659304d8b authored over 4 years ago by afrokick <[email protected]>
fix link in readme

github.com/peers/peerjs-server - 38f549a35aab959d45e56cbeb620c142eea0a75b authored over 4 years ago by afrokick <[email protected]>
update readme

github.com/peers/peerjs-server - 2ea07aaef17d101c32d0d09fdf43217ee7d385a7 authored over 4 years ago by afrokick <[email protected]>
add description for options

github.com/peers/peerjs-server - e3800d4954eee6e55fd075097e12d8950d6a3bf9 authored over 4 years ago by afrokick <[email protected]>
update changelog

fix package name in README

github.com/peers/peerjs-server - 813f7aaec8aeef82221772e8ced7f3996ed6795e authored over 4 years ago by afrokick <[email protected]>
Merge pull request #157 from ajmar/master

(feat): Allow passing in custom client ID generation function.

github.com/peers/peerjs-server - f3bb222609aa4f18d60b8a18455b5821ac341393 authored over 4 years ago by Alex Sosnovskiy <[email protected]>
add info about account on docker hub

github.com/peers/peerjs-server - 8f3cdaec75ca2b717fe3da37731d76fa67a8c60c authored over 4 years ago by afrokick <[email protected]>
add docker image size badge

github.com/peers/peerjs-server - 75c967b768238ce87bf962856d208a6136bdd243 authored over 4 years ago by afrokick <[email protected]>
Merge pull request #163 from georgemandis/patch-1

Update README.md

github.com/peers/peerjs-server - 9cf4f788f6f224545a3101c9e3ea05eeb2e5bebd authored over 4 years ago by Alex Sosnovskiy <[email protected]>
Update README.md

Fixed missing comma

github.com/peers/peerjs-server - 17f3bcdd35f64cda57513dbd8933b57ab19a0ab6 authored over 4 years ago by George Mandis <[email protected]>
fix main field in package.json

bump version to 0.3.2

github.com/peers/peerjs-server - f8720f3ee36b0b250c0f288f0125e60473c50254 authored over 4 years ago by afrokick <[email protected]>
fix npm audit

github.com/peers/peerjs-server - 5e8d824ee4e8d365a1b3bbb473ea01a53d29be80 authored over 4 years ago by afrokick <[email protected]>
fix issue with expire messages

bump version to 0.3.1

github.com/peers/peerjs-server - a956168f5513db47b87946352061d0a6d0a2fbb5 authored over 4 years ago by afrokick <[email protected]>
Merge pull request #158 from CFT-Chris/peerjs-express-doc

docs: specify path for express integration

github.com/peers/peerjs-server - f9469a958a14ee4aa91332373ec0c6c55eb83f62 authored over 4 years ago by Alex Sosnovskiy <[email protected]>
docs: specify path for express integration

github.com/peers/peerjs-server - 2109b916f51f75c31276ecead2f54c80cbe1a8ae authored over 4 years ago by Chris <[email protected]>
Better describe generateClientId test.

github.com/peers/peerjs-server - 1eea9d022cadeddb4f5dac4751a1ee5588d5df74 authored over 4 years ago by Eden Tyler-Moss <[email protected]>
Fixed syntax error. (Made genRandomId optional).

github.com/peers/peerjs-server - fdc57ba587d9ba217ccb707364480cef59920736 authored over 4 years ago by Eden Tyler-Moss <[email protected]>
Resolved merge conflicts, updated README.

github.com/peers/peerjs-server - ef651a9c7e20e32d42d65dfcb39eabe2644d0e44 authored over 4 years ago by Eden Tyler-Moss <[email protected]>
Fixed syntax error in test.

github.com/peers/peerjs-server - 167131b270739128b58717657a3b684846569b97 authored over 4 years ago by Eden Tyler-Moss <[email protected]>
Fixed breaking syntax error with genRandomId function selection.

github.com/peers/peerjs-server - 2a5d0b9cc3a9729b21e61e8ad88f5e2f7cc60123 authored over 4 years ago by Eden Tyler-Moss <[email protected]>
Generate ID function passed in options object. Updated tests.

github.com/peers/peerjs-server - 2eb7f9cfb198cd083bf53adcc6984360123a89cb authored over 4 years ago by Eden Tyler-Moss <[email protected]>
bump version to 1.2.0

github.com/peers/peerjs - 0f20b96ecaf64454382958c5e67288ca05d84c71 authored almost 5 years ago by afrokick <[email protected]>
update parcel and ts

github.com/peers/peerjs - 76a2eeee2b0565bd454b57c4b3278a652e67372d authored almost 5 years ago by afrokick <[email protected]>
add changelog for 1.2.0

github.com/peers/peerjs - fd2d43d339166db932f7411d6090308f954f0085 authored almost 5 years ago by afrokick <[email protected]>
Merge pull request #607 from fresheneesz/patch-1

Improving the Receive example

github.com/peers/peerjs - 5e36ba17be02a9af7c171399f7737d8ccb38fbbe authored almost 5 years ago by Alex Sosnovskiy <[email protected]>
Improving the Receive example

Making it clearer that the connection still needs to wait on the 'open' event, even when its the...

github.com/peers/peerjs - 51ce4f0ab4e423277c1ba70e14853276035e29ed authored almost 5 years ago by fresheneesz <[email protected]>
Create dockerimage.yml

github.com/peers/peerjs-server - 279d43f49bd49b765fdf6c1a20bf3234ef015a18 authored almost 5 years ago by Alex Sosnovskiy <[email protected]>
refactoring index.js

github.com/peers/peerjs-server - 3398d65d2d7947d0e4580d388ef9220710ed6419 authored almost 5 years ago by afrokick <[email protected]>
add tests for WebSocketServer

github.com/peers/peerjs-server - c4f04b2ff8da5aa39b56ac958056eba560ab6493 authored almost 5 years ago by afrokick <[email protected]>
add test for messageQueue

replace setTimeout to Promised wait

github.com/peers/peerjs-server - fe6f513b0131c70b0e2e30d331eae89b66cf9218 authored almost 5 years ago by afrokick <[email protected]>
add tip for gitpod

github.com/peers/peerjs-server - c05fdbbdbee09b7288fd9b114ed82fe91bca156e authored almost 5 years ago by afrokick <[email protected]>
fix Dockerfile

github.com/peers/peerjs-server - 2ee176e690dccb76c86458c768130cc9fee2c425 authored almost 5 years ago by afrokick <[email protected]>
add npm icons to readme

github.com/peers/peerjs-server - b9b07b0f1094a0d06a8cdad44a7af4ad83429d62 authored almost 5 years ago by afrokick <[email protected]>
add test via browser step in README

github.com/peers/peerjs-server - 3dcf09451ea60a00a868d26906a1fea474f9a84d authored almost 5 years ago by afrokick <[email protected]>
add npm install method

github.com/peers/peerjs-server - 0bb887191d3ab0a143c00e03b35c394e387fb582 authored almost 5 years ago by afrokick <[email protected]>
update readme and changelog

github.com/peers/peerjs-server - 8757815da9bd8f2736e82bfbeab788cce3548559 authored almost 5 years ago by afrokick <[email protected]>
Merge pull request #140 from peers/refactoring/ts

[WIP] Convert to TypeScript

github.com/peers/peerjs-server - 37ee973e551891e178a0f116d519d9cf6b825145 authored almost 5 years ago by Alex Sosnovskiy <[email protected]>
fix warnings

github.com/peers/peerjs-server - 7c23ed83514f1dc58764ba638943c20afd4c3de6 authored almost 5 years ago by afrokick <[email protected]>
update ts to 3.7.3

github.com/peers/peerjs-server - ed6379c1601c7fc330c3a047d933d7b25b39fabb authored almost 5 years ago by afrokick <[email protected]>
Merge branch 'master' into refactoring/ts

# Conflicts:
# src/models/realm.js
# test/services/checkBrokenConnections/index.ts

github.com/peers/peerjs-server - d46628067b8521c00dc488c12890dcfc99627a5e authored almost 5 years ago by afrokick <[email protected]>
Merge pull request #148 from luizbills/gitpod

Add Gitpod support

github.com/peers/peerjs-server - 344f203b13407c88567e55bf948260a71d6a0738 authored almost 5 years ago by Alex Sosnovskiy <[email protected]>
Merge pull request #152 from ivelin/master

fix: replace Math.random with uuid4 for a crypto secure client ID

github.com/peers/peerjs-server - 74f2e6aee034c6a5d9f9c6045d64acdae4b2cfa2 authored almost 5 years ago by Alex Sosnovskiy <[email protected]>
fix: replace Math.random with uuid4 for a crypto secure client ID generation

github.com/peers/peerjs-server - 61cb1517fdf9c546f944cf597966937ce26ca865 authored almost 5 years ago by Ivelin Ivanov <[email protected]>
add gitpod button

github.com/peers/peerjs-server - 22240081ff77f7d3a008927f04e6557c05b27901 authored almost 5 years ago by Luiz Paulo "Bills <[email protected]>
Update .gitpod.yml

github.com/peers/peerjs-server - 8c48d6092ae4da2078f30d706b22eabf6f445981 authored almost 5 years ago by Luiz Paulo "Bills <[email protected]>
Create .gitpod.yml

github.com/peers/peerjs-server - f519bf4903a50d51885a6cc1473c3a41f114d337 authored almost 5 years ago by Luiz Paulo "Bills <[email protected]>
Merge pull request #592 from afrokick/feature/fix-582

Add ability to change json stringify / json parse methods for DataConnection

github.com/peers/peerjs - 0645dc3ddd51cbc1649ed13af56d9b66958fd62b authored almost 5 years ago by afrokick <[email protected]>
rename methods

github.com/peers/peerjs - 450b151468fab3f2bf8595ad24734d1b1152bcbd authored almost 5 years ago by afrokick <[email protected]>
add ability to change json stringify / json parse methods for DataChannel

github.com/peers/peerjs - 3c124faaf015a00ff4c65c6dc9db219d9ded354a authored almost 5 years ago by afrokick <[email protected]>
fix readme

github.com/peers/peerjs - d88776f5d877c1b216b1b977ae23648938e13ac9 authored almost 5 years ago by afrokick <[email protected]>
add tip for Safari - DataConnection.send(string)

github.com/peers/peerjs - 0d3c3db62e03ed59deae868ea76a98a4dfc39375 authored almost 5 years ago by afrokick <[email protected]>
Merge pull request #580 from afrokick/refactoring/peerAndSocket

Fix _lastServerId + refactoring

github.com/peers/peerjs - 0465fe9f1887a94d7a7fa74dca4b0b0a3598d253 authored almost 5 years ago by afrokick <[email protected]>
Removed unneeded console.error.

github.com/peers/peerjs-server - 5ad788c41970b47c01b1f6e22a73142d3c1fd06a authored almost 5 years ago by Eden Tyler-Moss <[email protected]>
Fixed bug where using the original randomId function would break.

github.com/peers/peerjs-server - e5c7ab517f809d489b5623e5bc06174e6efe7c65 authored almost 5 years ago by Eden Tyler-Moss <[email protected]>
Update README.md

github.com/peers/peerjs-server - ae5452b2e1b5203b37089b9e5e0ff5dacd1e5d55 authored about 5 years ago by Eden Tyler-Moss <[email protected]>
Added optional parameter to use a custom function to generate IDs.

The third parameter passed to PeerServer or ExpressPeerServer can
optionally be a function that ...

github.com/peers/peerjs-server - 2552e9d5f1c55d873a85752cf638ea70f91ae3a7 authored about 5 years ago by Eden Tyler-Moss <[email protected]>
Changed to ES6 import syntax.

github.com/peers/peerjs-server - 910bf3f674e58a02948a6aaa951ac947c289ce1c authored about 5 years ago by Eden Tyler-Moss <[email protected]>
Added NPM installation instructions.

github.com/peers/peerjs-server - 84095522751e3b2cb3a5c9575a3bedbc0c5f6813 authored about 5 years ago by Eden Tyler-Moss <[email protected]>
fix tests

github.com/peers/peerjs - 237cf737b4192f097911d34e4deddbe6df899fb9 authored about 5 years ago by afrokick <[email protected]>
fix ts errors and tests

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

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