Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/actorapp/actor-platform
Actor Messaging platform
https://github.com/actorapp/actor-platform
Last synced: 3 months ago
JSON representation
Actor Messaging platform
- Host: GitHub
- URL: https://github.com/actorapp/actor-platform
- Owner: actorapp
- License: agpl-3.0
- Archived: true
- Created: 2015-06-21T00:29:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-11-09T04:19:07.000Z (about 3 years ago)
- Last Synced: 2024-09-21T16:17:34.111Z (3 months ago)
- Language: Java
- Homepage: https://actor.im
- Size: 324 MB
- Stars: 3,286
- Watchers: 268
- Forks: 734
- Open Issues: 321
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-starred - actorapp/actor-platform - Actor Messaging platform (others)
README
Actor
-------# Actor Messaging platform
Actor is a platform for instant messaging. Actor provides features like:
* large group chats;
* unlimited history storage;
* file sharing;
* phone and email authentication via one time passwords;
* easy integration with external services.Actor has one of the best IM apps for Android, iOS, and Web. Thay are designed to handle poor connectivity, support offline messaging experience and file storage in applications, and also build contact lists automatically!
The Actor Platform is good for improving enterprise communications, building a message-oriented startup, or building a country-wide national messenger. If you’re interested in something like this, or happen to have any questions about the platform, you can always ask us by sending an email to [email protected].
This repository contains all of the source code you need to start your own server and/or build your own iOS, Android, Web or Desktop applications.
# Available clients
* [Android 4.0.3+](https://actor.im/android)
* [iPhone/iPad 7.0+](https://actor.im/ios)
* [Web](https://app.actor.im/)# Lastest SDK versions
Platform | Link
----------- | ------
Server | [![Maven Central](https://img.shields.io/maven-central/v/im.actor.server/actor-server-sdk.svg)](https://maven-badges.herokuapp.com/maven-central/im.actor.server/actor-server-sdk)
Android | [![Maven Central](https://img.shields.io/maven-central/v/im.actor/android-sdk.svg)](https://maven-badges.herokuapp.com/maven-central/im.actor/android-sdk)
iOS | [![CocoaPods](https://img.shields.io/cocoapods/v/ActorSDK-iOS.svg)](https://cocoapods.org/pods/ActorSDK-iOS)# Documentation
Documentation is available at our [Actor Developer Hub](https://developer.actor.im/)
# Build your own Actor
Our [Actor Bootstrap](https://github.com/actorapp/actor-bootstrap) repository contains useful templates you'll need to start running your own server or build your own iOS, Android, Web or Desktop applications.# Community Support
Keep in touch with the Actor community in our [group chat](https://actor.im/join/actor_oss).
# Contacts
* Group Chat in [Actor Cloud](https://quit.email/join/0d43e6a90d108ad9608514b5c17b76d5b2721d5e2ea51058d6ca43a66befe7f4)
* Twitter: [@actorapp](https://twitter.com/actorapp)
* Email: [[email protected]](mailto:[email protected])# License
Actor Platform is released under [AGPL](LICENSE).