Does node.js support writing random access?
I see this package, but it doesn't work (if I write two or more parts, the file is corrupt)
Does node.js support writing random access?
I see this package, but it doesn't work (if I write two or more parts, the file is corrupt)
fs core library should suffice for that. Here is the list of functions to use:
They are analogous to how you would do it in C.