2

I am using nodejs Buffer class (http://nodejs.org/api/buffer.html) to parse some raw data and make use a lot of all its methods. However I'd like to use it on the client side as I don't need a server for what I am doing (mostly parsing the data).

Is there a simple way to access all the methods from the Buffer class on the client side?

Many thanks

1

1 Answer 1

6

browserify contains a Buffer implementation for the browser, among other node core modules.

Sign up to request clarification or add additional context in comments.

1 Comment

These days this lives here: github.com/feross/buffer

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.