Files
cunicu/docs/Development.md
Steffen Vogel 27fbf09b5f docs: fix a bunch of markdown linter errors
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2022-05-08 15:26:47 +02:00

717 B

Development

wice is written in 100% Go and as such we heavily rely on the awesome tooling and packages for Golang:

  • GoReleaser for release automation
  • Ginkgo and Gomega for testing
  • Pion for its ICE, STUN, TURN implementation
  • Gont for end-to-end testing in various network topologies

Furthermore use the following services to manage our development:

  • GitHub for source code management and CI pipelines
  • Codacy for code quality checks and coverage analysis