peerjs-server

Server for PeerJS

MIT License

Downloads
34K
Stars
4.2K
Committers
48

Bot releases are visible (Hide)

peerjs-server - v1.1.0-rc.1 Latest Release

Published by github-actions[bot] 7 months ago

1.1.0-rc.1 (2024-04-01)

Bug Fixes

  • deps: update dependency @types/express to v4.17.18 (f4bcc16)
  • deps: update dependency @types/express to v4.17.19 (ebec5b0)
  • deps: update dependency @types/express to v4.17.20 (a6c01fd)
  • deps: update dependency @types/express to v4.17.21 (80df87f)
  • deps: update dependency express to v4.18.3 (ff0b83a)
  • deps: update dependency express to v4.19.0 (208f108)
  • deps: update dependency express to v4.19.1 (3a67b5d)
  • deps: update dependency express to v4.19.2 (ec993f6)
  • deps: update dependency node-fetch to v3.3.1 (2275ce3)
  • deps: update dependency node-fetch to v3.3.2 (05a1833)
  • deps: update dependency yargs to v17.7.2 (23b4e47)
  • empty npm package (f4c359a), closes #318
  • force new version (26877ca)
  • import from ESM only environments (993dee9)
  • reduce unnecessary timeouts (638af56), closes #431
  • remove confusing version number (f6314df)
  • the server could crash if a client sends invalid frames (33e6d75), closes #290

Features

  • build Docker image for arm64 (a61f103)

Reverts

  • Revert "build: deploy to fly.io" (c3de627)
  • Revert "chore: Configure Mend Bolt for GitHub (#349)" (fd00aef), closes #349
peerjs-server - v1.0.2

Published by github-actions[bot] 11 months ago

1.0.2 (2023-12-05)

Bug Fixes

  • deps: update dependency @types/express to v4.17.18 (f4bcc16)
  • deps: update dependency @types/express to v4.17.19 (ebec5b0)
  • deps: update dependency @types/express to v4.17.20 (a6c01fd)
  • deps: update dependency @types/express to v4.17.21 (80df87f)
  • reduce unnecessary timeouts (638af56), closes #431
peerjs-server - v1.0.1

Published by github-actions[bot] about 1 year ago

1.0.1 (2023-08-25)

Bug Fixes

  • deps: update dependency node-fetch to v3.3.1 (2275ce3)
  • deps: update dependency node-fetch to v3.3.2 (05a1833)
  • deps: update dependency yargs to v17.7.2 (23b4e47)
  • remove confusing version number (f6314df)

Reverts

  • Revert "build: deploy to fly.io" (c3de627)
  • Revert "chore: Configure Mend Bolt for GitHub (#349)" (fd00aef), closes #349
peerjs-server - v1.0.0

Published by github-actions[bot] over 1 year ago

1.0.0 (2023-03-07)

Bug Fixes

  • deps: update dependency ws to v8 (1ecc94b)
  • import from ESM only environments (476299e)
  • more accurate types (68f973a), closes #182
  • npm audit: Updates all dependencies that cause npm audit to issue a warning (1aaafbc), closes #287
  • the server could crash if a client sends invalid frames (29394de)

Features

  • drop Node {10,11,12,13} support (b70ed79)
  • ESM support (2b73b5c)
  • remove deprecated XHR fallback (d900145)
  • set the PEERSERVER_PATH with an environment variable (084fb8a), closes #213
  • set the PORT with an environment variable (68a3398), closes #213
  • specify cors options via cli or js (05f12cd), closes #196 #221

Performance Improvements

  • use the builtin UUID generator for Peer ids instead of the uuid module (5d882dd)

BREAKING CHANGES

  • Requires PeerJS >= 1.0
  • Node >= 14 required

14 is the oldest currently supported version. See https://github.com/nodejs/release#release-schedule

peerjs-server - v1.0.0-rc.10

Published by github-actions[bot] over 1 year ago

1.0.0-rc.10 (2023-02-14)

Features

  • set the PEERSERVER_PATH with an environment variable (084fb8a), closes #213
  • set the PORT with an environment variable (68a3398), closes #213
  • specify cors options via cli or js (05f12cd), closes #196 #221
peerjs-server - v1.0.0-rc.9

Published by github-actions[bot] over 1 year ago

1.0.0-rc.9 (2023-02-14)

Bug Fixes

  • import from ESM only environments (476299e)
  • import from ESM only environments (993dee9)
peerjs-server - v1.0.0-rc.8

Published by github-actions[bot] over 1 year ago

1.0.0-rc.8 (2023-01-23)

Bug Fixes

peerjs-server - v1.0.0-rc.7

Published by github-actions[bot] over 1 year ago

1.0.0-rc.7 (2023-01-23)

Bug Fixes

peerjs-server - v1.0.0-rc.6

Published by github-actions[bot] almost 2 years ago

1.0.0-rc.6 (2023-01-10)

Bug Fixes

  • deps: update dependency ws to v8 (1ecc94b)
peerjs-server - v1.0.0-rc.5

Published by github-actions[bot] almost 2 years ago

1.0.0-rc.5 (2023-01-09)

Bug Fixes

Features

peerjs-server - v1.0.0-rc.4

Published by github-actions[bot] almost 2 years ago

1.0.0-rc.4 (2022-11-17)

Bug Fixes

  • the server could crash if a client sends invalid frames (29394de)
peerjs-server - v1.0.0-rc.3

Published by github-actions[bot] almost 2 years ago

1.0.0-rc.3 (2022-11-10)

Bug Fixes

  • the server could crash if a client sends invalid frames (33e6d75), closes #290
peerjs-server - v1.0.0-rc.2

Published by github-actions[bot] almost 2 years ago

1.0.0-rc.2 (2022-10-30)

Features

  • remove deprecated XHR fallback (d900145)

BREAKING CHANGES

  • Requires PeerJS >= 1.0
peerjs-server - v1.0.0-rc.1

Published by github-actions[bot] almost 2 years ago

1.0.0-rc.1 (2022-10-29)

Bug Fixes

  • npm audit: Updates all dependencies that cause npm audit to issue a warning (1aaafbc), closes #287

Features

  • drop Node {10,11,12,13} support (b70ed79)

Performance Improvements

  • use the builtin UUID generator for Peer ids instead of the uuid module (5d882dd)

BREAKING CHANGES

  • Node >= 14 required

14 is the oldest currently supported version. See https://github.com/nodejs/release#release-schedule

peerjs-server - Release 0.6.1

Published by afrokick almost 4 years ago

peerjs-server - Release 0.5.3

Published by afrokick over 4 years ago

  • PeerServer uses yargs instead of an outdated minimist. #190 Thanks @hobindar
peerjs-server - Release 0.5.2

Published by afrokick over 4 years ago

  • Fix: WebSocket server doesn't work on Windows #170 Thanks @lqdchrm
peerjs-server - Release 0.5.1

Published by afrokick over 4 years ago

peerjs-server - Release 0.5.0

Published by afrokick over 4 years ago

  • Fix: http api not working - #163 Thanks riscoss63

  • Change: use "/" instead of "/myapp" as a default value for config's path option

  • New: typescript declaration file

  • Update deps:

-  "cors": "2.8.4",
+  "cors": "^2.8.5",
-  "uuid": "3.3.3",
+  "uuid": "^3.4.0",
-  "ws": "7.1.2",
+  "ws": "^7.2.3"
peerjs-server - 0.4.0

Published by afrokick over 4 years ago

  • New: Allow passing in custom client ID generation function - #157 Thanks @ajmar
  • Remove test and src folders from package