microsoft / bond

Bond is a cross-platform framework for working with schematized data. It supports cross-language de/serialization and powerful generic mechanisms for efficiently manipulating data. Bond is broadly used at Microsoft in high scale services.
MIT License
2.61k stars 321 forks source link

JavaScript Support #107

Open prasannavl opened 8 years ago

prasannavl commented 8 years ago

Is there any way to consume Bond data from Javascript?

sapek commented 8 years ago

You can use Simple JSON protocol.

prasannavl commented 8 years ago

Hi, I was wondering if there's a way to decode the binary protocols. Internal communication where only efficiency matters, but where javascript tools pick up. I'm looking for a way to avoid dynamic wire-protocols, and retain the same binary.

sapek commented 8 years ago

No. It is a possibility for the future but today we don't have OSS JavaScript mappings for Bond.

chwarr commented 3 years ago

As of September 2020 and for the foreseeable future, no new languages will be added to Bond by Microsoft.

prasannavl commented 3 years ago

Thanks. Let me go ahead and close this.

chwarr commented 3 years ago

We can leave this issue open. JavaScript support is something that still makes sense for Bond.

It just isn't something that Microsoft is able to work on right now, nor do we know when we'll be able to work on it.

Someone else is welcome to contribute JavaScript support.