https://github.com/rustkas/websocket-examples
Examples of using WebSocket (dart:io, dart:html)
https://github.com/rustkas/websocket-examples
dart2 websocket
Last synced: about 2 months ago
JSON representation
Examples of using WebSocket (dart:io, dart:html)
- Host: GitHub
- URL: https://github.com/rustkas/websocket-examples
- Owner: rustkas
- License: mit
- Created: 2020-06-13T19:25:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-14T19:44:44.000Z (about 6 years ago)
- Last Synced: 2025-05-31T15:28:46.036Z (about 1 year ago)
- Topics: dart2, websocket
- Language: Dart
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wesocket-examples
Examples of using WebSocket (dart:io, dart:html)
## Resources
WebSocket.org http://www.websocket.org/
Web Platform docs http://docs.webplatform.org/wiki/apis/websocket/WebSocket
HTML5 rocks http://www.html5rocks.com/en/features/connectivity
HTML5 demos http://html5demos.com/
Mozilla Developer Network https://developer.mozilla.org/en-US/docs/
WebSockets The WebSockets API (W3C) http://www.w3.org/TR/2009/WDwebsockets-20091222/