Stars
Fast, unopinionated, minimalist web framework for node.
🏀 Javascript 实现的 CXK 打篮球游戏
Extension that allows you to sign transactions with your private keys securely from within the browser without ever exposing them.
Elliptic curve cryptography functions: Private Key, Public Key, Signature, AES, Encryption, Decryption
Importable JavaScript library that allows web applications to directly interface with Scatter Desktop, Classic and Mobile.
测算网速的JS库,采用ES6语法和Promise风格编码,通过img加载/AJAX/downlink等方式测算网速
为单线程的JavaScript实现多线程并发的功能,语意上参考Java实现,提供getState/sleep/join等API,并提供线程间通信的功能,依赖ES6语法,基于Promise和Async函数实现,故需要Babel编译才能运行
WEB实时通信的简单实现,根据WebSocket和Event-Source以及AJAX轮询实现降级兼容, 分为client/server两份代码,
EOS Public Account Creation Service
用于处理按并发阈值限流执行的异步函数,通过调用initReqLimit,传入并发阈值作为参数,则可返回一个接受异步函数为参数的处理函数,假设其为reqLimit,接收的异步函数会根据当前阈值在适当的时候调用
🐛A vue tree🎄🏝 component which support drag & drop 👆👇 and nested
red-buff-js通过原生JavaScript工具函数的方式,模拟私有变量,抽象接口,函数重载等特性。它是一个给JS加的红BUFF,以增加法术和普攻效果,因此命名为red-buff-js。
Promise风格的bodyparser,接收request对象做为参数,返回解析后的body对象,返回结果前做了charset转换,解压缩,内容编码转换等处理