Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dasch/bubba
A JavaScript implementation of the bencode data serialization format.
https://github.com/dasch/bubba
Last synced: 24 days ago
JSON representation
A JavaScript implementation of the bencode data serialization format.
- Host: GitHub
- URL: https://github.com/dasch/bubba
- Owner: dasch
- Created: 2008-09-08T17:02:46.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2008-09-08T20:13:04.000Z (about 16 years ago)
- Last Synced: 2023-04-11T15:32:45.213Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 105 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bubba Bencoding Library for JavaScript
======================================Bubba is a library for encoding and decoding bencoded strings in JavaScript. It allows you to encode simple JavaScript objects, and decode bencoded strings into their JavaScript equivalents.