https://github.com/linwooddev/networker
Networking library for dart
https://github.com/linwooddev/networker
Last synced: 9 months ago
JSON representation
Networking library for dart
- Host: GitHub
- URL: https://github.com/linwooddev/networker
- Owner: LinwoodDev
- License: apache-2.0
- Created: 2022-05-23T13:14:47.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-04T12:38:40.000Z (almost 4 years ago)
- Last Synced: 2024-11-19T14:47:57.335Z (over 1 year ago)
- Language: Dart
- Size: 24.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**This repo was moved to the dart_pkgs monorepo.**
**Click [here](https://github.com/LinwoodDev/dart_pkgs/tree/main/packages/networker) 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
```