cereal icon indicating copy to clipboard operation
cereal copied to clipboard

Node.js Wrapper?

Open ohenepee opened this issue 8 years ago • 3 comments

Could it be added in the roadmap to build a native node.js addon/package of this wonderful serialization library?

ohenepee avatar Aug 29 '17 15:08 ohenepee

JS has this built in with JSON: JavaScript Object Notation. Just run JSON.stringify(object) and then save the string to a file.

lukeramsden avatar Oct 31 '17 22:10 lukeramsden

Yeah, but performance is nothing compared to cereal and since NodeJS allows C++ wrappers... was thinking...

ohenepee avatar Nov 02 '17 00:11 ohenepee

we need npm packages like c++ cereal!!!

Jooolee avatar Nov 23 '23 02:11 Jooolee