All Projects → tinode → dart-sdk

tinode / dart-sdk

Licence: Apache-2.0 license
Dart SKD for using Tinode messenger in dart and flutter applications.

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to dart-sdk

awesome-secure-messaging
A curated collection of links for secure messaging.
Stars: ✭ 29 (-14.71%)
Mutual labels:  messaging
ubikom
Free, secure communications for everyone, powered by decentralized private identity.
Stars: ✭ 62 (+82.35%)
Mutual labels:  messaging
connectycube-flutter-samples
Code samples for Flutter, based on ConnectyCube platform
Stars: ✭ 64 (+88.24%)
Mutual labels:  messaging
ufw
A minimalist framework for rapid server side applications prototyping in C++ with dependency injection support.
Stars: ✭ 19 (-44.12%)
Mutual labels:  messaging
azure-event-hubs-go
Golang client library for Azure Event Hubs https://azure.microsoft.com/services/event-hubs
Stars: ✭ 80 (+135.29%)
Mutual labels:  messaging
WatsonWebsocket
A simple C# async websocket server and client for reliable transmission and receipt of data
Stars: ✭ 158 (+364.71%)
Mutual labels:  messaging
text-sdk-php
PHP SDK to send messages with CM.com
Stars: ✭ 18 (-47.06%)
Mutual labels:  messaging
storm-spec
Specification for Storm: L2/L3 distributed storage and messaging with economic incentivisation leveraging LNP/BP ecosystem
Stars: ✭ 62 (+82.35%)
Mutual labels:  messaging
python-icq-bot
No description or website provided.
Stars: ✭ 16 (-52.94%)
Mutual labels:  messaging
research
research, notes & ideas on various subjects
Stars: ✭ 54 (+58.82%)
Mutual labels:  messaging
azure-event-hubs-java
☁️ Java client library for Azure Event Hubs
Stars: ✭ 49 (+44.12%)
Mutual labels:  messaging
bunnybus
Enterprise bus facade for creating a data transit system.
Stars: ✭ 45 (+32.35%)
Mutual labels:  messaging
talek
a Private Publish Subscribe System
Stars: ✭ 39 (+14.71%)
Mutual labels:  messaging
wechit
WeChat in Terminal (微信终端版)
Stars: ✭ 74 (+117.65%)
Mutual labels:  messaging
rabbitmq-jms-client
RabbitMQ JMS client
Stars: ✭ 51 (+50%)
Mutual labels:  messaging
psr-container-messenger
Message bus and queue for Mezzio with Symfony Messenger + Enqueue
Stars: ✭ 24 (-29.41%)
Mutual labels:  messaging
signal-msg
Send Signal messages from GNU Emacs using signal-cli
Stars: ✭ 20 (-41.18%)
Mutual labels:  messaging
iGap-Android
iGap Client for Android Source Code
Stars: ✭ 54 (+58.82%)
Mutual labels:  messaging
mangosta-android
MongooseIM client for Android
Stars: ✭ 31 (-8.82%)
Mutual labels:  messaging
common
Common classes used across prooph components
Stars: ✭ 83 (+144.12%)
Mutual labels:  messaging

Tinode Dart SDK tests

This SDK implements Tinode client-side protocol for multi platform applications based on dart. This is not a standalone project. It can only be used in conjunction with the Tinode server. You can find released packages and versions on pub page.

Installation

Depend on it

Run this command for dart applications:

dart pub add tinode

Run this command for flutter applications:

flutter pub add tinode

Import it

Now in your Dart code, you can use:

import 'package:tinode/tinode.dart';

Getting support

  • Read server-side API documentation to know about packets.
  • A complete documentation will be created soon.
  • You can see a simple example in ./example directory.
  • For bugs and feature requests open an issue

Platform support

  • Servers
  • Command-line scripts
  • Flutter mobile apps
  • Flutter desktop apps
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].