Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acani/Chats
Open-Source Messaging App
https://github.com/acani/Chats
Last synced: about 1 month ago
JSON representation
Open-Source Messaging App
- Host: GitHub
- URL: https://github.com/acani/Chats
- Owner: acani
- Archived: true
- Created: 2011-04-05T08:32:55.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2021-07-13T01:11:52.000Z (over 3 years ago)
- Last Synced: 2024-09-26T22:04:55.728Z (3 months ago)
- Language: PLpgSQL
- Homepage:
- Size: 2.08 MB
- Stars: 2,051
- Watchers: 137
- Forks: 452
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-swift-cn - Chat - 用 swift 实现的聊天应用. (Demo Apps / 示例程序 / iOS)
- fucking-open-source-ios-apps - Chats
- awesome - Chats - Open-Source Messaging App (etc)
- awesome - Chats - Open-Source Messaging App (etc)
README
# Acani Chats
Open-Source Native iOS Messages App
*This project and its submodules no longer work and are no longer being maintained.*
![iPhone Client Screenshots][3]
Acani Chats is an [instant messaging][1] [social application][2]. Use it as an example for building an app that requires user accounts, profiles, messaging, etc.
## Instructions for Running the iPhone app on OS X
1. Download & install the [latest version of Xcode from the App Store][4]
2. Clone this project and its submodules with `git clone --recurse-submodules`
3. Open `Clients/iPhone/Chats.xcodeproj` and press Command-R to run the app
Note: User data (e.g., first & last names, email address, etc.) are sent over SSL to [Heroku][5], stored with [PostgreSQL][6], and may be deleted at anytime for any reason.
For more information, check out the [wiki][7].
## License
This project, including its [components][8] and excluding [works credited][9], is released under the [Unlicense][10].
[1]: https://en.wikipedia.org/wiki/Instant_messaging
[2]: https://en.wikipedia.org/wiki/Social_software
[3]: Documents/iPhone-Client-Screenshots/iPhone-Client-Screenshots.gif
[4]: http://itunes.apple.com/us/app/xcode/id497799835?ls=1&mt=12
[5]: https://www.heroku.com
[6]: http://www.postgresql.org
[7]: https://github.com/acani/Chats/wiki
[8]: https://github.com/acani/Chats/wiki/Components
[9]: https://github.com/acani/Chats/wiki/Credits
[10]: http://unlicense.org