Difference between revisions of "Bindings"
m (added Gozim) (Tag: Visual edit) |
|||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
* [http://www.kiwix.org/wiki/Phpzim Phpzim] A binding of the zimlib in PHP (in development) | * [http://www.kiwix.org/wiki/Phpzim Phpzim] A binding of the zimlib in PHP (in development) | ||
* [https://github.com/akhenakh/gozim Gozim] A Golang native zim library and reader | * [https://github.com/akhenakh/gozim Gozim] A Golang native zim library and reader | ||
+ | * [https://github.com/openzim/node-libzim NodeJS binding] | ||
== See also == | == See also == | ||
* [[Readers]] | * [[Readers]] |
Latest revision as of 11:51, 6 March 2019
Bindings (using the zimlib) and native implementations of the ZIM file format:
- Pyzim A binding of the zimlib in Python
- Phpzim A binding of the zimlib in PHP (in development)
- Gozim A Golang native zim library and reader
- NodeJS binding