Files: 9e4b77aeb7181a93a9ee3ceb1c21d11841a35f57 / build / guides / lets-write-a-private-messaging-app / intro.html
2431 bytesRaw
1 | <html> |
2 | <head> |
3 | <title>Scuttlebot.io</title> |
4 | <link rel="stylesheet" href="/css/index.css"> |
5 | <link rel="stylesheet" href="/css/prism.css"> |
6 | <script src="/js/prism.js"></script> |
7 | <script src="/js/code-examples.js"></script> |
8 | </head> |
9 | <body> |
10 | <div class="hero small"> |
11 | <h1><a href="/"><img src="/img/hermies-256.png"></a> Scuttlebot<br><small>peer-to-peer mesh database</small></h1> |
12 | </div> |
13 | <div class="tabs"> |
14 | <div ><a href="/basics/install-the-database.html" title="Basics">Basics</a></div> |
15 | <div ><a href="/social/social-network.html" title="Social">Social</a></div> |
16 | <div ><a href="/advanced/writing-applications.html" title="Advanced">Advanced</a></div> |
17 | <div ><a href="/whitepapers/secure-scuttlebutt.html" title="Whitepapers">Whitepapers</a></div> |
18 | <div ><a href="/modules/ssb-client.html" title="Modules">Modules</a></div> |
19 | </div> |
20 | <div class="nav-content-unit"> |
21 | <ul class="nav"> |
22 | <li class="current"><a href="/guides/lets-write-a-private-messaging-app/intro.html" title="Intro">Intro</a></li> |
23 | </ul> |
24 | <div class="content"> |
25 | |
26 | <h2>Lets Write: a Private Messaging App</h2> |
27 | <p>todo</p> |
28 | |
29 | </div> |
30 | </div> |
31 | <div class="footer"> |
32 | <ul class="footer-section"> |
33 | <li>Guides</li> |
34 | <li ><a href="/guides/lets-write-a-todo-list-app/intro.html" title="Let's Write: a Todo-List app">Let's Write: a Todo-List app</a></li> |
35 | <li class="current"><a href="/guides/lets-write-a-private-messaging-app/intro.html" title="Let's Write: a Private Messaging app">Let's Write: a Private Messaging app</a></li> |
36 | <li ><a href="/guides/lets-write-a-file-sharing-app/intro.html" title="Let's Write: a File-Sharing app">Let's Write: a File-Sharing app</a></li> |
37 | <li ><a href="/guides/how-to-use-pull-streams/intro.html" title="How to use Pull Streams">How to use Pull Streams</a></li> |
38 | </ul> |
39 | <ul class="footer-section"> |
40 | <li>Applications</li> |
41 | <li><a href="https://github.com/ssbc/patchwork" title="Patchwork">Patchwork</a> |
42 | <li><a href="https://github.com/ssbc/ssb-blessed-dashboard" title="CLI Dashboard">CLI Dashboard</a> |
43 | <li><a href="https://github.com/ssbc/ssb-example-pm" title="CLI Private Msg">CLI Private Msg</a> |
44 | </ul> |
45 | <ul class="footer-section"> |
46 | <li>Community</li> |
47 | <li><p>#scuttlebutt on freenode</p></li> |
48 | <li><a href="https://github.com/ssbc">GitHub Org</a></li> |
49 | </ul> |
50 | </div> |
51 | </body> |
52 | </html> |
Built with git-ssb-web