Remote development environments on your infrastructure
Go to file
Kyle Carberry 53cfa8a45a
feat: Create broker for negotiating connections (#14)
* feat: Create broker for negotiating connections

WebRTC require an exchange of encryption keys and network hops to connect. This package pipes the exchange over gRPC. This will be used in all connecting clients and agents.

* Regenerate protobuf definition

* Cache Go build and test

* Fix gRPC language with dRPC

Co-authored-by: Bryan <bryan@coder.com>

Co-authored-by: Bryan <bryan@coder.com>
2022-01-11 09:28:41 -06:00
.github feat: Create broker for negotiating connections (#14) 2022-01-11 09:28:41 -06:00
.vscode feat: Create provisioner abstraction (#12) 2022-01-08 11:24:02 -06:00
cmd/coder chore: Add golangci-lint and codecov (#3) 2022-01-05 08:48:56 -06:00
database chore: Add pubsub (#7) 2022-01-06 08:35:44 -06:00
peer feat: Create broker for negotiating connections (#14) 2022-01-11 09:28:41 -06:00
peerbroker feat: Create broker for negotiating connections (#14) 2022-01-11 09:28:41 -06:00
provisioner/terraform feat: Create broker for negotiating connections (#14) 2022-01-11 09:28:41 -06:00
provisionersdk feat: Create provisioner abstraction (#12) 2022-01-08 11:24:02 -06:00
scripts feat: Create provisioner abstraction (#12) 2022-01-08 11:24:02 -06:00
.eslintignore chore: Initial database scaffolding (#2) 2022-01-05 09:20:56 -06:00
.gitattributes feat: Create broker for negotiating connections (#14) 2022-01-11 09:28:41 -06:00
.gitignore chore: Initial database scaffolding (#2) 2022-01-05 09:20:56 -06:00
.golangci.yml chore: Add golangci-lint and codecov (#3) 2022-01-05 08:48:56 -06:00
.prettierignore chore: Initial database scaffolding (#2) 2022-01-05 09:20:56 -06:00
.prettierrc chore: Formatting - bring .prettierrc over from cdr/m (#9) 2022-01-06 13:02:05 -08:00
Makefile feat: Create broker for negotiating connections (#14) 2022-01-11 09:28:41 -06:00
README.md chore: Add semantic pull requests (#5) 2022-01-06 12:49:40 -08:00
codecov.yml feat: Create broker for negotiating connections (#14) 2022-01-11 09:28:41 -06:00
go.mod feat: Create provisioner abstraction (#12) 2022-01-08 11:24:02 -06:00
go.sum feat: Create provisioner abstraction (#12) 2022-01-08 11:24:02 -06:00
package.json chore: Initial GHA workflow (#1) 2022-01-03 18:54:27 -08:00
yarn.lock chore: Initial database scaffolding (#2) 2022-01-05 09:20:56 -06:00

README.md

coder codecov

Coder v2

This repository contains source code for Coder V2. Additional documentation:

Directory Structure