Glimesh / waveguide

A polyglot WebRTC media server.
GNU Affero General Public License v3.0
34 stars 7 forks source link

Improve config loading #15

Open clone1018 opened 1 year ago

clone1018 commented 1 year ago

Currently the main.go file is a complete cluster of config loading code. We should figure out how to refactor / optimize this.

Shulammite-Aso commented 1 year ago

Hi @clone1018 I see what you're talking about here, and I want to work on it.

We've met on the Golang workspace on slack. I talked about contributing.

clone1018 commented 1 year ago

Hey! Good to see you here, this is a good issue to get started with. I did recently add some new sections to the readme that walk through building, configuring, and running a sample environment.

https://github.com/Glimesh/waveguide#building

Please let me know if you have any questions!

Shulammite-Aso commented 1 year ago

I will.

nassah221 commented 1 year ago

Sorry I didn't see this thread until I had already opened https://github.com/Glimesh/waveguide/pull/18

clone1018 commented 1 year ago

Definite improvements have been made & merged in #18!