Skip to content

Releases: monteslu/peersignal

v0.1.4

Choose a tag to compare

@monteslu monteslu released this 03 Feb 22:55
  • Fix browser build (separate entry point for IIFE bundle)
  • Browser build no longer depends on Node.js EventEmitter
  • CDN support via unpkg

v0.1.3

Choose a tag to compare

@monteslu monteslu released this 03 Feb 22:52
  • Browser build (dist/peersignal.min.js)
  • CDN support via unpkg
  • README improvements

v0.1.1

Choose a tag to compare

@monteslu monteslu released this 03 Feb 22:07

Changes

  • Added npm publish metadata (repository, author, license, keywords)
  • Auto-approve peers by default (knowing the code is trust)
  • Node.js support via RTC abstraction layer
  • Updated README with Node.js docs and API reference

v0.1.0

Choose a tag to compare

@monteslu monteslu released this 03 Feb 21:50
19c125b

peersignal v0.1.0

Initial release!

Features

  • 🔗 Code-based P2P pairing
  • 🌐 Works in Node.js and browsers
  • ⚡ Auto-approve by default (knowing code = trust)
  • 📡 WebRTC data channels for direct messaging
  • 🧊 Trickle ICE for fast connections

Install

npm install peersignal
# For Node.js:
npm install node-datachannel