An open API service indexing awesome lists of open source software.

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

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
```