You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ We've come a long way, but this project is still in Alpha, lots of development i
50
50
51
51
libp2p is the product of a long and arduous quest to understand the evolution of the Internet networking stack. In order to build P2P applications, dev have long had to made custom ad-hoc solutions to fit their needs, sometimes making some hard assumptions about their runtimes and the state of the network at the time of their development. Today, looking back more than 20 years, we see a clear pattern in the types of mechanisms built around the Internet Protocol, IP, which can be found throughout many layers of the OSI layer system, libp2p distils these mechanisms into flat categories and defines clear interfaces that once exposed, enable other protocols and applications to use and swap them, enabling upgradability and adaptability for the runtime, without breaking the API.
52
52
53
-
We are in the process of writting better documentation, blog posts, tutorials and a formal specification. Today you can find:
53
+
We are in the process of writing better documentation, blog posts, tutorials and a formal specification. Today you can find:
You can find multiple examples on the [examples folder](/examples) that will guide you through using libp2p for several scenarions.
85
+
You can find multiple examples on the [examples folder](/examples) that will guide you through using libp2p for several scenarios.
86
86
87
87
### Extending libp2p skeleton
88
88
@@ -199,7 +199,7 @@ class Node extends libp2p {
199
199
-`handlerFunc`: Function with signature `function (protocol, conn) {}`
200
200
-`matchFunc`: Function for matching on protocol (exact matching, semver, etc). Default to exact match.
201
201
202
-
#### `libp2p.unhandle(protocol)
202
+
#### `libp2p.unhandle(protocol)`
203
203
204
204
> Stop handling protocol
205
205
@@ -304,7 +304,7 @@ List of packages currently in existence for libp2p
304
304
305
305
The libp2p implementation in JavaScript is a work in progress. As such, there are a few things you can do right now to help out:
306
306
307
-
- Go through the modules and **check out existing issues**. This would be especially useful for modules in active development. Some knowledge of IPFS/libp2p may be required, as well as the infrasture behind it - for instance, you may need to read up on p2p and more complex operations like muxing to be able to help technically.
307
+
- Go through the modules and **check out existing issues**. This would be especially useful for modules in active development. Some knowledge of IPFS/libp2p may be required, as well as the infrastructure behind it - for instance, you may need to read up on p2p and more complex operations like muxing to be able to help technically.
308
308
-**Perform code reviews**. Most of this has been developed by @diasdavid, which means that more eyes will help a) speed the project along b) ensure quality and c) reduce possible future bugs.
0 commit comments