Add beginner-friendly communication samples for HTTP/(Web)Socket implementation #5705
Labels
a.libraries
Relating to the Dart standard libraries.
a.tut.tutorial
Relates to the Tutorial section of dart.dev
co.request
Community ask for documentation
e2-days
Can complete in < 5 days of normal, not dedicated, work
from.user
Issue raised by user
p3-low
Valid but not urgent concern. Resolve when possible. Encourage upvote to surface.
st.triage.ltw
Indicates Lead Tech Writer has triaged
What information needs to be added?
Learning Dart (as I still do), I wrote myself a simple implementation of WebSocket-based
ping-pong
server to depict the proof-of-concept communication between Dart host (server) and the browser that supports WebSocket API (sample). Mundane example would be "state management" solution outside browser that encompasses Dart ecosystem and powerful service workers on browser-of-choice end.Where should this new content appear?
Genuinely, a good place would be an idiomatic Development/Web Apps/Communication (or top-level "Guides" section).
Cheers ! ♥
I would like to fix this problem.
The text was updated successfully, but these errors were encountered: