cereal
cereal copied to clipboard
Node.js Wrapper?
Could it be added in the roadmap to build a native node.js addon/package of this wonderful serialization library?
JS has this built in with JSON: JavaScript Object Notation. Just run JSON.stringify(object) and then save the string to a file.
Yeah, but performance is nothing compared to cereal and since NodeJS allows C++ wrappers... was thinking...
we need npm packages like c++ cereal!!!