All Projects → pusher → chatkit-swift

pusher / chatkit-swift

Licence: MIT license
Swift SDK for Pusher Chatkit

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to chatkit-swift

livecoding-frontend-projects
Repositório com projetos Front-End
Stars: ✭ 70 (+75%)
Mutual labels:  pusher, chatkit
chatkit-server-node
Node.js SDK for Pusher Chatkit
Stars: ✭ 16 (-60%)
Mutual labels:  pusher, chatkit
React Slack Clone
Complete chat application, built with Chatkit | by @lukejacksonn
Stars: ✭ 1,306 (+3165%)
Mutual labels:  pusher
devto-scheduler
Live appointment scheduling, created for dev.to contest. Video: https://youtu.be/LT6YtcJ6dZI
Stars: ✭ 32 (-20%)
Mutual labels:  pusher
Webhook.site
⚓️ Easily test HTTP webhooks with this handy tool that displays requests instantly.
Stars: ✭ 2,842 (+7005%)
Mutual labels:  pusher
Ember Socket Guru
Addon for easy integration with Pusher.js, ActionCable, Socket.io and Phoenix Channels
Stars: ✭ 119 (+197.5%)
Mutual labels:  pusher
Pusher Angular
Pusher Angular Library | [email protected]
Stars: ✭ 233 (+482.5%)
Mutual labels:  pusher
Laravel 5 Messenger
A Simple Laravel 5, 6, 7 & 8 Messenger with Pusher Capabilities
Stars: ✭ 75 (+87.5%)
Mutual labels:  pusher
pusher-for-codeigniter
CodeIgniter library for Pusher PHP SDK
Stars: ✭ 27 (-32.5%)
Mutual labels:  pusher
Chatify Demo
Chatify Laravel Package Demo application
Stars: ✭ 189 (+372.5%)
Mutual labels:  pusher
food-delivery-ios-app
A food delivery application built using Swift for iOS. The application uses Pushers notifications feature to send push notifications to mobile devices.
Stars: ✭ 36 (-10%)
Mutual labels:  pusher
Gateway
🚀构建分布式即时聊天、消息推送系统。 Building distributed instant messaging, push notification systems.
Stars: ✭ 188 (+370%)
Mutual labels:  pusher
Pusher Fake
A fake Pusher server for development and testing.
Stars: ✭ 148 (+270%)
Mutual labels:  pusher
coebot-www
A web interface for CoeBot, a Twitch chat bot
Stars: ✭ 12 (-70%)
Mutual labels:  pusher
Hyperledger Typescript Boilerplate
This is a boilerplate that interacts between Hyperledger Fabric Peers and a front end.
Stars: ✭ 109 (+172.5%)
Mutual labels:  pusher
Trello Clone Vue Laravel
This is a Trello clone built using Laravel and Vue. You can read about how it was created in the series.
Stars: ✭ 88 (+120%)
Mutual labels:  pusher
Laravel Realtime Example
Realtime 🍕 Pizza Order Tracker 🍕 - Laravel, Vue & Pusher
Stars: ✭ 165 (+312.5%)
Mutual labels:  pusher
Vue Echo
Vue integration for the Laravel Echo library.
Stars: ✭ 229 (+472.5%)
Mutual labels:  pusher
python-realtime-table
Building realtime table using Python and Channels
Stars: ✭ 12 (-70%)
Mutual labels:  pusher
project-manager-laravel
Project manager system - PHP and AngularJS
Stars: ✭ 17 (-57.5%)
Mutual labels:  pusher

Chatkit Retirement Announcement

We are sorry to say that as of April 23 2020, we will be fully retiring our Chatkit product. We understand that this will be disappointing to customers who have come to rely on the service, and are very sorry for the disruption that this will cause for them. Our sales and customer support teams are available at this time to handle enquiries and will support existing Chatkit customers as far as they can with transition. All Chatkit billing has now ceased , and customers will pay no more up to or beyond their usage for the remainder of the service. You can read more about our decision to retire Chatkit here: https://blog.pusher.com/narrowing-our-product-focus. If you are interested in learning about how you can build chat with Pusher Channels, check out our tutorials.

PusherChatkit (chatkit-swift)

Build Status Read the docs Twitter Carthage CocoaPods GitHub license

Find out more about Chatkit here.

Building and Running

Minimum Requirements

  • Xcode - The easiest way to get Xcode is from the App Store, but you can also download it from developer.apple.com if you have an AppleID registered with an Apple Developer account.

  • Swift version 4.1 and above

  • iOS version 10.0

Before building & running in Xcode, install all of the required dependencies with Carthage or CocoaPods.

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ gem install cocoapods

To integrate Chatkit into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '11.0'
use_frameworks!

# Replace `<Your Target Name>` with your app's target name.
target '<Your Target Name>' do
  pod 'PusherChatkit'
end

Then, run the following command:

$ pod install

You might need to use the --repo-update flag to ensure the specs repository is aware of the latest version of PusherChatkit.

Carthage

Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.

You can install Carthage with Homebrew using the following command:

$ brew update
$ brew install carthage

To integrate Chatkit into your Xcode project using Carthage, specify it in your Cartfile:

github "pusher/chatkit-swift"

Run carthage update to build the framework and drag the built PusherChatkit.framework, PusherPlatform.framework and PushNotifications.framework into your Xcode project.

Deprecated versions

Versions of the library below 1.0.0 are deprecated and support for them will soon be dropped.

It is highly recommended that you upgrade to the latest version if you're on an older version. To view a list of changes, please refer to the CHANGELOG.

Getting started

Head over to our documentation.

Running tests

Some of the tests require a valid Chatkit instance locator, key, and token provider URL.

To set this up, run the following command:

cp Tests/Config/TestConfigExample.swift Tests/Config/TestConfig.swift

Then edit Tests/Config/TestConfig.swift to include a valid Chatkit instance locator, key, and token provider URL.

Communication

  • Found a bug? Please open an issue.
  • Have a feature request. Please open an issue.
  • If you want to contribute, please submit a pull request (preferrably with some tests 🙂 ).

Credits

PusherChatkit is owned and maintained by Pusher.

License

PusherChatkit is released under the MIT license. See LICENSE for details.

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].