-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
93 lines (88 loc) · 4.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/3.0.1/github-markdown.min.css" />
<style>
body {
background: #eceff1
}
.markdown-body {
background: #ffffff;
box-sizing: border-box;
min-width: 200px;
max-width: 980px;
margin: 0 auto;
padding: 45px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 767px) {
.markdown-body {
padding: 15px;
}
}
</style>
<title>1 To Many</title>
</head>
<body>
<article class="markdown-body">
<h1>
<a id="user-content-1-to-many" class="anchor" href="#1-to-many" aria-hidden="true"><span aria-hidden="true"
class="octicon octicon-link"></span></a>1 To Many</h1>
<p>1TM is a broadcast system without a centralized server between the peer, which allows you to send messages
from a
peer "server" to various peers "clients".<br>
This is to be considered a concept to develop larger projects.</p>
<h2>
<a id="user-content-usage" class="anchor" href="#usage" aria-hidden="true"><span aria-hidden="true"
class="octicon octicon-link"></span></a>Usage</h2>
<ol>
<li>Go to the <a href="https://lettly.github.io/1ToMany/send.html">sender</a> web page and copy the id</li>
<li>Go to the <a href="https://lettly.github.io/1ToMany/receive.html">receiver</a> web page and paste the id
</li>
<li>Repeat point <code>2</code> as many times you prefer</li>
</ol>
<p><strong>Link:</strong><br>
<a href="https://lettly.github.io/1ToMany/send.html">Send</a>
<code>https://lettly.github.io/1ToMany/send.html</code><br>
<a href="https://lettly.github.io/1ToMany/receive.html">Receive</a>
<code>https://lettly.github.io/1ToMany/receive.html</code></p>
<h3>
<a id="user-content-or" class="anchor" href="#or" aria-hidden="true"><span aria-hidden="true"
class="octicon octicon-link"></span></a>or</h3>
<p>Just download it and open it on a browser.</p>
<h2>
<a id="user-content-contributors" class="anchor" href="#contributors" aria-hidden="true"><span
aria-hidden="true" class="octicon octicon-link"></span></a>Contributors</h2>
<table>
<thead>
<tr>
<th><a href="https://github.com/habby1337.png?size=50" target="_blank"
rel="noopener noreferrer"><img src="https://github.com/habby1337.png?size=50"
alt="Habby1337" style="max-width:100%;"></a></th>
<th><a href="https://github.com/habby1337"><strong>Habby1337</strong></a></th>
<th>User interface</th>
</tr>
</thead>
</table>
<h2>
<a id="user-content-library" class="anchor" href="#library" aria-hidden="true"><span aria-hidden="true"
class="octicon octicon-link"></span></a>Library</h2>
<ul>
<li>
<a href="https://github.com/peers/peerjs">Peer.js</a> Peer-to-peer API built on top of WebRTC.</li>
<li>
<a href="https://github.com/jquery/jquery">jQuery</a> JavaScript library.</li>
<li>
<a href="https://github.com/twbs/bootstrap">Bootstrap</a> Front-end framework.</li>
</ul>
<hr>
<p>Made with <g-emoji class="g-emoji" alias="heart"
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2764.png">❤️</g-emoji> by
Lettly and <a href="https://github.com/habby1337">Habby</a></p>
</article>
</body>
</html>