Closed radara09 closed 1 year ago
You can use @ndn/ws-transport
package to directly connect to a specific router:
import { WsTransport } from "@ndn/ws-transport";
await WsTransport.createFace({}, "wss://router.example.org/");
thank you now it's connected
I tried to recreate the website from your website (https://yoursunny.com/t/2020/NDNts-webpack-start/) and successfully connected to the NDN Testbed. But, we want to connect the website to our local testbed, is there any source or recommendation to do this? Thank you