Skip to content

Commit 6f9caef

Browse files
committed
Merge branch 'main' of https://github.com/pion/realtime-web-comparison into rust-websocket
2 parents ece8e88 + f24ccb3 commit 6f9caef

File tree

6 files changed

+1
-740
lines changed

6 files changed

+1
-740
lines changed

.gitignore

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,4 @@
11
.idea/
22
certs/
33
*.pem
4-
# Binaries for programs and plugins
54
*.exe
6-
*.exe~
7-
*.dll
8-
*.so
9-
*.dylib
10-
11-
# Test binary, built with `go test -c`
12-
*.test
13-
# Generated by Cargo
14-
# will have compiled files and executables
15-
debug
16-
target
17-
18-
# These are backup files generated by rustfmt
19-
**/*.rs.bk
20-
21-
# MSVC Windows builds of rustc generate these, which store debugging information
22-
*.pdb
File renamed without changes.
File renamed without changes.

websocket/gorilla-server/main.go renamed to websocket/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ func main() {
3636
})
3737
log.Println("Server is listening at :8000")
3838
log.Fatal(http.ListenAndServeTLS(":8000",
39-
"../../certs/localhost.pem", "../../certs/localhost-key.pem", nil))
39+
"../certs/localhost.pem", "../certs/localhost-key.pem", nil))
4040
}

0 commit comments

Comments
 (0)