Stars
langgexyz / go-ethereum
Forked from ethereum/go-ethereumOfficial Go implementation of the Ethereum protocol
langgexyz / zkevm-node
Forked from 0xPolygonHermez/zkevm-nodeGo implementation of a node that operates the Polygon zkEVM Network
langgexyz / secp256k1
Forked from bitcoin-core/secp256k1Optimized C library for EC operations on curve secp256k1
langgexyz / lotus
Forked from filecoin-project/lotusReference implementation of the Filecoin protocol, written in Go
langgexyz / contracts
Forked from maticnetwork/contractsSmart contracts comprising the business logic of the Matic Network
langgexyz / EIPs
Forked from ethereum/EIPsThe Ethereum Improvement Proposal repository
crontab类型及delay类型的定时器服务,并带有重试机制。 比linux的crontab功能更多,也更方便管理及控制。
基于go实现长连接的处理,把长连接数据按照使用的协议转切分为请求(request), 与后端服务器使用短连接通讯,完全兼容后端http协议。后端服务器使用推送协议可以 很方便的把数据推送到客户端。