How to set up mediasoup for a rust project?

Greetings friends!

I really need your help. I’m trying to use mediasoup library to implement a video conference in my project, but I can’t find answers to such questions:

  1. How to set up server correctly: ports, protocols, sertificates etc. Can I use Nginx, Caddy or something like this? Or should I use Nodejs server exposing to the inthernet dirrectly?
  2. What is the simplest test for the server? How to understand, that server was set up correctly?

I am trying to find answers here mediasoup :: v3 but without any success. Could you please help me to understand, where I can find answers for my questions?

You can run locally. Pull the mediasoup project and go to rust/examples then follow the readme to run the server for one of the examples. Then go to the examples-frontend directory and follow the instructions to run the client for the example.