Skip to content

Commit aca4458

Browse files
authored
Added link to olaf. (#19)
1 parent 8a3c447 commit aca4458

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ _This workshop was originally crafted for NodeConf Ar 2018._
1111

1212
Introduce the audience to Dat and its core modules. Learn about P2P architectures and it's differences with the common client/server scenario of regular web apps. Also learn how to combine Dat and web app business logic creating this way, P2P web apps.
1313

14+
## About the app
15+
We will be working on a P2P/WebRTC chat app, the final result looks like: [Olaf](https://olafchat.netlify.com/) and it works like a P2P PWA, one user create a room then shares it (dat link) with the rest and that's it! :cat2:
16+
[Try olaf chat](https://olafchat.netlify.com/)
17+
1418
## Getting started
1519

1620
Please first, clone this repo and then run `npm install`. This way we are going to save installation time on the workshop and we will ready to start immediately.

i18n/es/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ _Este workshop fue originalmente creado para NodeConf Ar 2018._
1111

1212
Familiarizar a la audiencia con el proyecto Dat y sus modulos principales. Aprender sobre arquitecturas P2P y las diferencias que hay con escenarios mas comunes como el típico cliente/servidor de las aplicaciones web. Ademas, veremos como combinar los conceptos detras de Dat con la lógica de negocios de nuestro proyecto, creando de esta manera, aplicaciones web P2P.
1313

14+
## Sobre la app
15+
Vamos a estar trabajando en un chat P2P/WebRTC, el resultado final seria como: [Olaf](https://olafchat.netlify.com/)
16+
y podes utilizarla como PWA, un usuario crea una sala y comparte el dat link para que se conecten y eso es todo! :cat2:
17+
[Prueba olaf chat](https://olafchat.netlify.com/)
18+
1419
## Comenzando
1520

1621
Primero debes **clonar** este repositorio y luego correr `npm install`. De esta forma vamos a ahorrar tiempo de instalación al comienzo del workshop.

0 commit comments

Comments
 (0)