2 comments (2 comments)1 reaction (1 reaction)0 assignees (0 assignees)Go2,725 forks (2,725 forks)batch import
P3exp/beginnergood first issuehelp wantedkind/enhancement
Repository metrics
- Stars
- 13,906 stars (13,906 stars)
- PR merge metrics
- Avg merge 4d 2h (Avg merge 4d 2h)28 merged PRs in 30d (28 merged PRs in 30d)
Description
Checklist
Description
It would be great to have an IPFS pub/sub example in go-ipfs-as-a-library. What do you think?
Contributor guide
- Research direction
- Implement a Go example demonstrating IPFS pub/sub using the go ipfs library. Follow the structure of existing examples in the repository, such as those in the 'examples' directory. The example should initialize an IPFS node, subscribe to a topic, publish a message, and handle received messages. Add comments to explain each step. After implementation, test the example to ensure it runs correctly.
- Tech stack
- go
- Domain
- documentation
- Issue type
- Feature
- Prerequisites
- Go programmingIPFS basics