Skip to content

Commit d83804b

Browse files
Merge pull request #70 from Elijah-Bodden/Elijah-Bodden-patch-21
Add info
2 parents 6d87320 + b4cff4a commit d83804b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/source/frontend/dist/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,11 @@
259259
<div id="aboutBody">
260260
Hey! Welcome to Membrane, a small demo of my <a
261261
href="https://github.com/Elijah-Bodden/Membrane" style="color: #1f1f1f; text-decoration: underline;"
262-
target="_blank">Membrane</a> project. While this is just a small chat app for demonstration, I originally concieved of building an entire mock internet on top of Membrane - with users freely submitting their sites and peers collaboritively hosting them. This is totally possible and sounds quite fun, so maybe I'll do it in the future.
263-
I'm pretty happy with Membrane as it stands, though. It was a pedagological project from the start - amazed by certain facts about the internet, such as how it was possible to bootstrap from nothing to a robust, centralized network, I decided the only way to truly understand it was to build my own. Membrane is basically a set of routing and networking protocols for webRTC that allow you to create robust, self-sufficient, peer-to-peer networks in the browser - acting like a meta-internet that runs over the internet. I really loved this project and everything I leaned from it - not least of which that I like making projects. Thanks for checking it out!
262+
target="_blank">Membrane</a> project. While this is just a small chat app for demonstration, I originally concieved of building an entire mock internet on top of Membrane - with users freely submitting their sites and peers collaboritively hosting them. This is totally possible and sounds quite fun, so maybe I'll do it in the future.
263+
<br><br>I'm pretty happy with Membrane as it stands, though. It was a pedagological project from the start - amazed by certain facts about the internet, such as how it was possible to bootstrap from nothing to a robust, centralized network, I decided the only way to truly understand it was to build my own. Membrane is basically a set of routing and networking protocols for webRTC that allow you to create robust, self-sufficient, peer-to-peer networks in the browser - acting like a meta-internet that runs over the internet. I really loved this project and everything I leaned from it - not least of which that I like making projects. Thanks for checking it out!
264+
<br><br><i>You can find the demo's code in /src/source/frontend on github. I'm hosting it (plus the site's STUN and TURN servers) with NGINX on lightsail. If you want more information about my hosting setup, please <a
265+
href="mailto:[email protected]" style="color: #1f1f1f; text-decoration: underline;"
266+
target="_blank">reach out!</a>!<i>
264267
</div>
265268
</div>
266269
<div id="systemEventPane" class="systemEventPane rightNavPane">

0 commit comments

Comments
 (0)