Files
cunicu/docs/Development.md
2022-05-08 12:08:54 +02:00

705 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