Skip to content

Tags: JohanWinther/websocket_server

Tags

1.0.2

Toggle 1.0.2's commit message

Verified

This commit was signed with the committer’s verified signature.
sisou Sören Schwert
Update std lib

For compat with Deno 1.9

1.0.1

Toggle 1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to latest std lib, return socket from handleUpgrade method (#12)

* Update std lib to v0.89.0 for modern compatibility

* Return socket from handleUpgrade method

For compatibility with server frameworks such as abc.

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to latest std lib, return socket from handleUpgrade method (#12)

* Update std lib to v0.89.0 for modern compatibility

* Return socket from handleUpgrade method

For compatibility with server frameworks such as abc.

1

Toggle 1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to latest std lib, return socket from handleUpgrade method (#12)

* Update std lib to v0.89.0 for modern compatibility

* Return socket from handleUpgrade method

For compatibility with server frameworks such as abc.

0.3.0

Toggle 0.3.0's commit message
Fix typo in README

0.2.1

Toggle 0.2.1's commit message
Fix wrong boolean type in queue

0.2.0

Toggle 0.2.0's commit message
Add examples for using with existing http servers

Fixes #2

0.1.2

Toggle 0.1.2's commit message
Add some tests

0.1.1

Toggle 0.1.1's commit message
Change MuxAsyncInfiniteIterator to a "queue"

The async multiplexer was unnecessarily complex.
It has been replaced by a simple queue only incorporates the
asynchronous queueing logic of the original multiplexer, and
skips the iterators.
Fixes #4

0.1.0

Toggle 0.1.0's commit message
Update README with a FAQ and formatting