![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
bin-gateway
Advanced tools
前端二进制网关是一套通用代理,基于封装后的Protocol Buffer消息协议,主要解决前端开发中面临的如下诸多问题:
数据安全问题
为了解决网络数据被劫持修改,爬虫抓取等问题:网关的所有消息交互都以protobuf
二进制格式编码,在同时protobuf
的基础上做了二次封装和压缩,没有任何工具或软件可以轻易解码,数据安全得到充分的保障
CORS
跨域问题
只要在网关的白名单(需要设置)之内,自动处理所有的跨域问题,一劳永逸的解决众多后端业务新域名所导致的跨域问题
Cookie
问题
全新浏览器针对Cookie
的各种安全升级,如SameSite
引入、跨域Credentials
设置等,已经导致了无数的Bug
类似:
Cookie
毫无征兆的失效Cookie
,请求时无法携带Cookie
到指定域强大无比的跨域能力,浏览器原生的网络请求都是受限于同源安全模型的,如XMLHttpRequest
、fetch
、图片跨域
等,本网关提供的网络请求API是原生fetch
的一个子集,兼容于原生fetch
,但是却提供了WEB原生网络请求所不具备的超强跨域能力,如:
远超json
或xml
数据格式的编解码性能:
关于protobuf
的编解码性能,网络上有很多文章,请自行查阅
非破坏兼容性:
fetch
,前端也几乎不需要做什么代码变更,只需要引入对应的库而已FAQs
Binary Gateway Front End SDK
We found that bin-gateway demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.