GitXplorerGitXplorer
s

go-webrtc-server

public
7 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
cc10902be74b2022a7d7a453c8e78163f01476e1

README

sshazow committed 8 years ago
Unverified
1c0abdc4bf9150d7e2eb20f183787a4e13b5648c

gitignore: binary

sshazow committed 8 years ago
Unverified
e000642a432b24ee4b3d47283c58337c0f465f91

progress: connection established, client->server works, server->client does not print

sshazow committed 8 years ago
Unverified
79536c866086ac3a76fd5d55fa7dbd906829e242

Add makefile boilerplate

sshazow committed 8 years ago
Unverified
420a08c3eca1cd162b15207eca6488a17b6e23ff

progress: websocket works, webrtc handshake seems to fail clientside

sshazow committed 8 years ago

README

The README file for this repository.

go-webrtc-server

Status: Big pile of glittery mess. Just cobbling things together to see if they will work for what I have in mind.

Goals

  • Drop-in Go middleware which knows how to upgrade and negotiate a WebRTC connection automatically by using a WebSocket.
  • Consistent and interchangeable connection interface for JavaScript and Go which can be a WebRTC connection or a WebSocket connection.

License

MIT