diff options
Diffstat (limited to 'files/es/games/techniques')
-rw-r--r-- | files/es/games/techniques/webrtc_data_channels/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/es/games/techniques/webrtc_data_channels/index.html b/files/es/games/techniques/webrtc_data_channels/index.html index 28687789d9..b261739cf9 100644 --- a/files/es/games/techniques/webrtc_data_channels/index.html +++ b/files/es/games/techniques/webrtc_data_channels/index.html @@ -21,7 +21,7 @@ translation_of: Games/Techniques/WebRTC_data_channels <h2 id="Usando_la_libreria_p2p">Usando la libreria p2p</h2> -<p>Una biblioteca que puede usar es la biblioteca <a href="https://github.com/js-platform/p2p" title="https://github.com/js-platform/p2p">p2p</a>. Esta biblioteca proporciona una API simple para crear conexiones entre puntos y configurar transmisiones y canales de datos. También hay un componente de servidor intermediario y un agente hospedado que puedes usar en lugar de tener que configurar uno.</p> +<p>Una biblioteca que puede usar es la biblioteca <a href="https://github.com/js-platform/p2p">p2p</a>. Esta biblioteca proporciona una API simple para crear conexiones entre puntos y configurar transmisiones y canales de datos. También hay un componente de servidor intermediario y un agente hospedado que puedes usar en lugar de tener que configurar uno.</p> <div class="note"> <p><strong>Nota:</strong> Continuaremos agregando contenido aquí pronto; hay algunos problemas de organización por resolver.</p> @@ -84,7 +84,7 @@ translation_of: Games/Techniques/WebRTC_data_channels <ul> <li>Author(s): Alan Kligman</li> - <li>Source Article: <a href="https://hacks.mozilla.org/2013/03/webrtc-data-channels-for-great-multiplayer/" title="https://hacks.mozilla.org/2013/03/webrtc-data-channels-for-great-multiplayer/">WebRTC Data Channels for Great Multiplayer</a></li> + <li>Source Article: <a href="https://hacks.mozilla.org/2013/03/webrtc-data-channels-for-great-multiplayer/">WebRTC Data Channels for Great Multiplayer</a></li> <li>Other Contributors: Robert Nyman</li> <li>Copyright Information: Alan Kligman, 2013</li> </ul> |