Is your feature request related to a problem? Please describe.
Currently, Fury uses many Node.js-specific APIs, such as Buffer. As a cross-language protocol, we should support browsers.
Describe the solution you'd like
Different platforms use different APIs, we can use UInt8Array or Array in Browser,And we don't need such strong performance in the browser.
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe.
Currently, Fury uses many Node.js-specific APIs, such as Buffer. As a cross-language protocol, we should support browsers.
Describe the solution you'd like
Different platforms use different APIs, we can use UInt8Array or Array in Browser,And we don't need such strong performance in the browser.
Additional context
Add any other context or screenshots about the feature request here.