Skip to content

tekartik/web_socket.dart

Repository files navigation

web_socket.dart

Dart Abstraction on WebSocket

Usage

Common

pubspec.yaml

dependencies
  tekartik_web_socket:
    git:
      url: https://github.com/tekartik/web_socket.dart
      path: web_socket
      ref: dart3a
    version: '>=0.1.0'

IO

pubspec.yaml

dependencies
  tekartik_web_socket_io:
    git:
      url: https://github.com/tekartik/web_socket.dart
      path: web_socket_io
      ref: dart3a
    version: '>=0.1.0'

Browser

pubspec.yaml

  tekartik_web_socket_browser:
    git:
      url: https://github.com/tekartik/web_socket.dart
      path: web_socket_browser
      ref: dart3a
    version: '>=0.1.0'

About

Dart Abstraction on WebSocket

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages