Skip to content

Commit

Permalink
Add folders for the Swift experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasHubelbauer committed Feb 10, 2018
1 parent 6597513 commit d95aa0b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Expand Up @@ -7,7 +7,7 @@ I've made this because I was frustrated with the lack of good WebRTC data channe

The code should be self-explanatory when following MDN on the side. There is only one gotcha and it is documented/commented. Following the Console messages in Developer Tools should make it clear what happens and when.

## Offerer-answerer mode
## Offerer-answerer Mode

[Demo on Bloggo](https://bloggo.herokuapp.com/webrtc-data-channel-demo/src/offerer-answerer/)

Expand All @@ -22,7 +22,15 @@ In this demo, there are two separate files for offerer and answerer so that who

[Google Chrome Console output from this demo](/src/offerer-answerer/console.log)

## Peer mode
## Swift Offerer - JavaScript Answerer Mode

In development.

## JavaScript Offerer - Swift Answerer Mode

In development.

## Peer Mode

[Demo on Bloggo](https://bloggo.herokuapp.com/webrtc-data-channel-demo/src/peer/)

Expand Down
Empty file.
Empty file.

0 comments on commit d95aa0b

Please sign in to comment.