Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 662 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 662 Bytes

This repo was moved to the dart_pkgs monorepo. Click here to navigate there

Networker

Networking library for dart

Simplify the communication between devices.

There are multiple packages in this project:

  • networker (Core api)
  • networker_socket (Implementation of the socket server (using dart:io HttpServer and WebSocket) and the socket client (using web_socket_channel))

Usage

This library is not published on pub.dev. Use the submodule feature of git to add it to your project.

git submodule add https://github.com/LinwoodCloud/networker.git