Skip to content

Latest commit

 

History

History
76 lines (46 loc) · 4.86 KB

030-js-libp2p-0.23.md

File metadata and controls

76 lines (46 loc) · 4.86 KB
date permalink title description author tags
2018-07-27
/41-js-libp2p-0-23/
js-libp2p 0.23.0 released
David Dias
libp2p
browsers
encryption

js-libp2p just got its first _official_ release #libp2p #JS v0.23.0 🚀

✔ Test
✔ Build dist version
✔ Update Contributors list
✔ v0.22.0 -> v0.23.0
✔ Gen Changelog
✔ Publish to npm 🌟

This is a info release, check all the highlights here:https://t.co/op334v3VNX

— David Dias (@daviddias) July 27, 2018
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

🔦 Highlights

This is an informative release that js-libp2p is here, it does a lot of amazing things and everyone should check it out today. The list of Highlights contain some of latest achievements and new ones coming out with this release. It sets the tone for future releases of js-libp2p.

🔐 Private Networks

This is one of the latest features of libp2p. With Private Networks and Network Protectors, you can create entirely disjoint networks from the main net and be sure that only the peers that have access to a secret can join.

🌐 Use it on the Browser!

The number 1 design goal, have a network stack that can overcome the resource and runtime constraints imposed by the browser and enable P2P protocols to work 100% in their browser implementations. This is possible with libp2p, learn how in Browser example.

🚚 Support for multiple Transports - TCP, WebSockets, WebRTC and more

Use one of the already supported Transports or build your own! libp2p is the perfect platform for innovation. Learn more at Transports.

⚡️ Protocol & Stream Multiplexing

One of the specialties of libp2p is solving the bane of protocol discovery and handshake between machines. With libp2p you don't need to assign ports before hand and you don't even need to think about ports at all since all the protocol handshaking happens in the wire! Learn how.

🔒 End-to-End Encryption

Connections in libp2p are E2E encrypted and authenticated. This should be a default setting for every interaction happening in Public Networks. Learn More.

💬 PubSub

libp2p nodes can create network topologies based on topics of interest to broadcast events in Realtime. Check out the PubSub Tutorial.

🛣 Peer & Content Routing

Peer & Content Routing (aka DHTs) is part of the stack too! Find other peers in the network or who is storing a specific piece of content through these primitives. Learn how in the full example.

📖 API Documentation

Check the full API documentation on the README of the js-libp2p repo.

📦 All the libp2p modules in one place

Check out the Packages Table to learn about all the js-libp2p pieces and their status.

🏗 API Changes

This is an informative release, no new API changes have been introduced

🙌🏽Want to contribute?

Would you like to contribute to the libp2p project and don't know how? Well, there are a few places you can get started:

⁉️ Do you have questions?

The best place to ask your questions about libp2p, how it works and what you can do with it is at discuss.ipfs.tech. We are also available at the #libp2p channel on Freenode.

That is all for this post. Thank you for being part of the community.

I bid you a good day!