You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hyperdrive is a highly scalable, distributed reverse proxy. It stores the route table in a raft peer set and distributes it across all worker nodes. It also has a friendly admin API that upstream services could call to automate the route management process. This work is in progress.
multisocket is a network library wich supports many transports: inproc, ipc, tcp, websocket etc. It implements a message-based/bidirectional/tx,rx independent/stateless Socket to help you build complex message systems.
A simple tool written in Golang to detect the state (stateful or stateless) of a website. The tool analyzes various aspects of a website, such as cookies, caching, redirects, HTTP methods, AJAX requests, and WebSocket connections, to determine its state.
Stateless, rule-based scheduling engine for assigning workloads to workers using composable filter and score rules. Powered by CEL and built for production.