Entirely rewrite Rust signaling server example to be compatible

This commit is contained in:
Paul-Louis Ageneau
2020-07-16 23:10:28 +02:00
parent 516a8ef848
commit 791916e5c6
6 changed files with 1330 additions and 681 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Signaling server example for libdatachannel
# Python signaling server example for libdatachannel
# Copyright (c) 2020 Paul-Louis Ageneau
#
# This program is free software: you can redistribute it and/or modify