Update README.md
This commit is contained in:
parent
b24616c150
commit
b9f145836e
12
README.md
12
README.md
@ -389,7 +389,6 @@ WebSocket closed with code 1008 POLICY VIOLATION
|
|||||||
# Architecture Notes
|
# Architecture Notes
|
||||||
|
|
||||||
- All streams are asynchronous
|
- All streams are asynchronous
|
||||||
- Redis Pub/Sub is used internally
|
|
||||||
- Data is pushed only on updates
|
- Data is pushed only on updates
|
||||||
- Multiple contracts can be subscribed simultaneously
|
- Multiple contracts can be subscribed simultaneously
|
||||||
- Connections remain active until disconnected
|
- Connections remain active until disconnected
|
||||||
@ -404,8 +403,6 @@ For production-grade integrations:
|
|||||||
|
|
||||||
- Implement automatic reconnect logic
|
- Implement automatic reconnect logic
|
||||||
- Enable WebSocket heartbeat
|
- Enable WebSocket heartbeat
|
||||||
- Use asynchronous processing pipelines
|
|
||||||
- Queue incoming messages internally
|
|
||||||
- Configure proper timeout handling
|
- Configure proper timeout handling
|
||||||
- Monitor connection lifecycle
|
- Monitor connection lifecycle
|
||||||
- Handle transient disconnects gracefully
|
- Handle transient disconnects gracefully
|
||||||
@ -462,15 +459,6 @@ asyncio.run(connect())
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Technology Stack
|
|
||||||
|
|
||||||
- FastAPI
|
|
||||||
- Redis Pub/Sub
|
|
||||||
- AsyncIO
|
|
||||||
- WebSocket Protocol
|
|
||||||
- Real-Time Streaming Infrastructure
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# HedgeTech
|
# HedgeTech
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user