diff --git a/README.md b/README.md index 92ab90c9..a5abf9a4 100644 --- a/README.md +++ b/README.md @@ -523,8 +523,8 @@ Read the page [NAF adapters comparison](https://github.com/networked-aframe/netw | Adapter | Description | Supports Audio/Video | WebSockets or WebRTC | How to start | | -------- | ----------- | ------------- | ----------- | ---------- | -| wseasyrtc | DEFAULT - Uses the [open-easyrtc](https://github.com/open-easyrtc/open-easyrtc) library based on old socket.io 2.5.0 | No | WebSockets | `npm run dev` | -| easyrtc | Uses the [open-easyrtc](https://github.com/open-easyrtc/open-easyrtc) library based on old socket.io 2.5.0 | Audio and Video (camera and screen share) | WebRTC (peer to peer) (1) | `npm run dev` | +| wseasyrtc | DEFAULT - Uses the [open-easyrtc](https://github.com/open-easyrtc/open-easyrtc) library socket.io-4 branch | No | WebSockets | `npm run dev` | +| easyrtc | Uses the [open-easyrtc](https://github.com/open-easyrtc/open-easyrtc) library socket.io-4 branch | Audio and Video (camera and screen share) | WebRTC (peer to peer) (1) | `npm run dev` | | janus | Uses the [Janus WebRTC server](https://github.com/meetecho/janus-gateway) and [janus-plugin-sfu](https://github.com/networked-aframe/janus-plugin-sfu) | Audio and Video (camera OR screen share) | WebRTC (SFU) | See [naf-janus-adapter](https://github.com/networked-aframe/naf-janus-adapter/tree/3.0.x) | | uws | Uses the highly performant [uWebSockets](https://github.com/uNetworking/uWebSockets) (supports room instancing (2)) | No | WebSockets | See comments in [server/uws-server.cjs](./server/uws-server.cjs) | | socketio | SocketIO implementation compatible with recent socketio 4.8.x (supports [room instancing](https://github.com/networked-aframe/networked-aframe/pull/458)) | No | WebSockets | `npm run dev-socketio` | diff --git a/examples/360.html b/examples/360.html index 9b442ef9..beab4faf 100644 --- a/examples/360.html +++ b/examples/360.html @@ -6,7 +6,7 @@ - + - + diff --git a/examples/adapter-test/adapter-test-send.html b/examples/adapter-test/adapter-test-send.html index 1a606e8b..da43133d 100644 --- a/examples/adapter-test/adapter-test-send.html +++ b/examples/adapter-test/adapter-test-send.html @@ -6,7 +6,7 @@ - + diff --git a/examples/basic-ar.html b/examples/basic-ar.html index cf4855e6..acab5c7d 100644 --- a/examples/basic-ar.html +++ b/examples/basic-ar.html @@ -6,7 +6,7 @@ - + - + - + diff --git a/examples/basic-events.html b/examples/basic-events.html index e9349f06..427c1d76 100644 --- a/examples/basic-events.html +++ b/examples/basic-events.html @@ -6,7 +6,7 @@ - + - + - + - + - + diff --git a/examples/child-entities.html b/examples/child-entities.html index e573b958..aba5c29d 100644 --- a/examples/child-entities.html +++ b/examples/child-entities.html @@ -6,7 +6,7 @@ - + - + - + - + diff --git a/examples/ownership-transfer.html b/examples/ownership-transfer.html index edd72e89..a8628291 100644 --- a/examples/ownership-transfer.html +++ b/examples/ownership-transfer.html @@ -6,7 +6,7 @@ - + - + - + diff --git a/examples/shooter.html b/examples/shooter.html index 81f9e5a6..ffb6f99f 100644 --- a/examples/shooter.html +++ b/examples/shooter.html @@ -6,7 +6,7 @@ - + - + diff --git a/examples/webrtc.html b/examples/webrtc.html index 066440e2..8e81ae84 100644 --- a/examples/webrtc.html +++ b/examples/webrtc.html @@ -6,7 +6,7 @@ - +