Skip to content

Commit

Permalink
WIP: websocket adapter (#23)
Browse files Browse the repository at this point in the history
* Added ws template

* Added websocket adapter schema

* Ping pong WS test working

* Adapted websocket adapter for RemoteAddr

* Updated websocket to new adapter api

* Added Cargo.lock

* Fixed websocket accept. Minor fixes

* Updated docs

* cargo fmt

* Added Network::split()

* Unify examples to ping-pong example. Minor changes in RemoteAddr
  • Loading branch information
lemunozm authored Feb 17, 2021
1 parent 7c08344 commit aca1c95
Show file tree
Hide file tree
Showing 30 changed files with 860 additions and 431 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/target
Cargo.lock
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Release 0.7.1
- Added WebSocket support based in `tungstenite-rs`
- Added `Network::split()` function.
- Join `udp` and `tcp` examples to make the `ping-pong` example with *WebSocket* support.
- Improved `RemoteAddr` traits.

## Release 0.7.0
- Internal improvements in order to use one thread for all adapters.
- Clean architecture to implement new adapters easier (an internal API).
Expand Down
Loading

0 comments on commit aca1c95

Please sign in to comment.