Skip to content

Instantly share code, notes, and snippets.

@vasa-develop
Created December 28, 2019 12:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vasa-develop/2a8d1ba1b457ed43c7d2b7dfd0f0471f to your computer and use it in GitHub Desktop.
Save vasa-develop/2a8d1ba1b457ed43c7d2b7dfd0f0471f to your computer and use it in GitHub Desktop.
SimpleAsWater: Building a Chat Application using Libp2p
const DEFAULT_OPTS = {
modules: {
transport: [
TCP
],
connEncryption: [
SECIO
],
streamMuxer: [
Multiplex
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment