atsign-foundation / at_libraries

Support libraries & dependencies for Atsign's technology
https://pub.dev/publishers/atsign.org/packages
BSD 3-Clause "New" or "Revised" License
38 stars 11 forks source link

feat: added WebSocket support in AtLookup #709

Open purnimavenkatasubbu opened 1 week ago

purnimavenkatasubbu commented 1 week ago

- What I did Implemented WebSocket support by introducing a new connection factory structure to support both SecureSocket and WebSocket connections. This update allows AtLookupImpl to dynamically choose between secure socket and WebSocket connections, enhancing flexibility and enabling WebSocket-based communication when required.

- How I did it

- How to verify it

- Description for the changelog

add WebSocket support in AtLookupImpl