2 مستودعات
Processing of incoming network messages through registered components with session state management.
Distinguishing note: None of the candidates cover the server-side processing of requests and session-based response pushing.
Explore 2 awesome GitHub repositories matching networking & communication · Client Request Handling. Refine with filters or upvote what's useful.
SuperSocket هو إطار عمل خادم مقبس (socket) لـ .NET مصمم لبناء خوادم الشبكة وبروتوكولات الاتصال المخصصة. يعمل كمحرك شبكة قائم على خطوط الأنابيب وخادم لبروتوكولات TCP و UDP و WebSocket. يوفر إطار العمل مديراً لجلسات المقبس لتتبع والتحكم في دورة حياة اتصالات الشبكة وحالات طلب العميل. يتيح تنفيذ معايير اتصال مخصصة وتطوير وكلاء المقبس. يتعامل النظام مع اتصالات العملاء المتزامنة ويعالج حركة مرور الشبكة من خلال بنية منظمة من مرشحات خطوط الأنابيب، والبرمجيات الوسيطة (middleware)، ومعالجة الرسائل القائمة على الأوامر.
Processes incoming network messages through registered components with integrated session state management.
Nano is a distributed application framework designed for building systems using an actor-based messaging model. It functions as a distributed actor framework that decouples components through asynchronous messaging to maintain state isolation across a server cluster. The system acts as a cluster message dispatcher and session-aware request router, tracking client state to route incoming messages to the specific agent holding the session data. It utilizes a distributed agent registry to coordinate the dispatching of messages between multiple application instances acting as agents. The framewo
Processes incoming network messages through registered components and manages session state to push data back to clients.