Skip to content

Releases: elementbound/nlon

v1.2.1

01 May 12:45
d969f4f
Compare
Choose a tag to compare

What's Changed

  • fix: Peer.send to support any message type
  • feat: Implement Peer method to initiate correspondence without sending data
  • feat: Always run read handlers on Correspondence#next

Full Changelog: v1.0.1...v1.2.1

v1.0.1

25 Mar 13:31
121dfa4
Compare
Choose a tag to compare

Description

Patch release fixing a missing index.mjs file in nlon-socket

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

18 Mar 17:39
Compare
Choose a tag to compare

npm: nlon | nlon-socket | nlon-websocket


Description

Initial release, including:

  • (nlon) Reference implementation of the protocol
  • (nlon-socket) A TCP socket adapter for nlon
  • (nlon-websocket) A WebSocket adapter for nlon
  • Content + scripting for the site

What's Changed

Full Changelog: https://github.com/elementbound/nlon/commits/v1.0.0