Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.