shresthagrawal / learnp2p

https://learnp2p.org
https://jslibp2p-chat-tutorial.vercel.app
MIT License
26 stars 6 forks source link

Working on Chapter_1_Transports #12

Closed harshagrawal13 closed 4 years ago

harshagrawal13 commented 4 years ago

Have added literature on Transports. Included functions of different transport protocols and why and where would libp2p would help. Work for the next chapters is still in progress! Also, graphics have not yet been added. Will be working on that too!

acolytec3 commented 4 years ago

@Xavian-Brooker What do you think about reorganizing this on the lines below?

Intro

Libp2p is a modular network stack

Explain concept of modules that can be picked and swapped out as needed and also extended if you want to write your own

Transport

Transport is the base module for how libp2p moves data around the internet

Transport modules

Libp2p offers several options that correspond to the main internet data protocols of TCP/UDP/Websockets/WebRTC Use your content on TCP/UDP/etc. as a list of bullets explaining each of these transport types under this section

Chapter 1 - How to configure a libp2p node and the options configuration object

Chapter 2 - Add transport modules

Chapter 3 - Start the node

vercel[bot] commented 4 years ago

This pull request is being automatically deployed with Vercel (learn more). To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/shresthagrawal/jslibp2p-chat-tutorial/520gf151u ✅ Preview: https://jslibp2p-chat-tutorial-git-fork-xavian-brooker-transports.shresthagrawal.vercel.app