All Projects → mojofit → Imojo

mojofit / Imojo

Licence: mit
Ionic chat application

Programming Languages

typescript
32286 projects

Labels

Projects that are alternatives of or similar to Imojo

Ionic Chat With Firebase
IONIC Chat With Firebase
Stars: ✭ 53 (+17.78%)
Mutual labels:  chat, ionic
Socket Chat Client
📲 Ionic Socket.IO chat client
Stars: ✭ 146 (+224.44%)
Mutual labels:  chat, ionic
Ionic3 Chat
ionic3 chat example
Stars: ✭ 465 (+933.33%)
Mutual labels:  chat, ionic
React Bell Chat
🔔 Easy to use chat user interface for React
Stars: ✭ 38 (-15.56%)
Mutual labels:  chat
Sdchat
SDChat简单聊天UI组件
Stars: ✭ 38 (-15.56%)
Mutual labels:  chat
Cryptocat
Secure chat software for your computer.
Stars: ✭ 1,011 (+2146.67%)
Mutual labels:  chat
Real Time Public Chat
This program show how to create a public chat using javascript
Stars: ✭ 45 (+0%)
Mutual labels:  chat
Silver Sniffle
Ncurses TCP Chat
Stars: ✭ 38 (-15.56%)
Mutual labels:  chat
Messengyr
A clone of Facebook Messenger. Built with Elixir + Phoenix.
Stars: ✭ 44 (-2.22%)
Mutual labels:  chat
Heal O Chat
Heal-O-Chat is a Social Media Application for people who have been feeling less motivated in life or are losing hope. This platform allows users to chat with people and share their thoughts and feelings with each other and thereby let go of stress, anxiety, and depression that they've been feeling for long.
Stars: ✭ 42 (-6.67%)
Mutual labels:  chat
Mean Angular4 Chat App
MEAN stack with Angular 4 Chat App
Stars: ✭ 41 (-8.89%)
Mutual labels:  chat
Flagchatadapter
FlagChatAdapter is easy to implement enchanting recycler view adapter. Just extend your adapter with FlagChatAdapter, impliment some methods and voila! You have got the most beautiful looking chat on your phone. Zero boilerplate code, just put your variables in the right direction.
Stars: ✭ 39 (-13.33%)
Mutual labels:  chat
Flutter Chat Demo
The chat app made by Flutter and Firebase
Stars: ✭ 1,016 (+2157.78%)
Mutual labels:  chat
Workerman Chat
Websocket chat room written in PHP based on workerman.
Stars: ✭ 988 (+2095.56%)
Mutual labels:  chat
Jsxc.nextcloud
💬 Chat app for Nextcloud with XMPP, end-to-end encryption, video calls, file transfer & group chat
Stars: ✭ 44 (-2.22%)
Mutual labels:  chat
Heimdallr
Heimdallr, a Large-scale chat application server based on Redis Pubsub and Akka's actor model.
Stars: ✭ 38 (-15.56%)
Mutual labels:  chat
Websockets Chat
Laravel WebSockets chat
Stars: ✭ 44 (-2.22%)
Mutual labels:  chat
Gpt2 Telegram Chatbot
GPT-2 Telegram Chat bot
Stars: ✭ 41 (-8.89%)
Mutual labels:  chat
Chat Demo
基于springboot-websocket开发的WEB即时通信,支持群聊、点对点通信等。
Stars: ✭ 39 (-13.33%)
Mutual labels:  chat
Bluebub
A library for creating chat bubbles in JavaFX
Stars: ✭ 42 (-6.67%)
Mutual labels:  chat

imojo

1 2

Prerequisites

node -v
 - should be >= 6.0.0
npm -v
 - should be >= 3.0.0
  • For iOS, update XCode version to 8.0 or higher

Getting Started

  • Clone this repository

  • Install Ionic, cordova and node_modules

    $ npm uninstall -g ionic cordova
    $ npm install -g ionic cordova
    $ npm install
    

Run

Browser

    # iOS 
    ionic serve --platform ios
    # Android
    ionic serve --platform android
    # All Platforms(iOS, Android and Windows)
    ionic serve --lab

Android

    $ ionic platform add android
    $ ionic build android --prod
    $ ionic run android --prod

iOS

    $ ionic platform add ios
    $ ionic build ios --prod
Run using XCode

icon resources

Run post_install script

    $ ./post_install.sh

Contribution

Contributions are welcome!

  • Report issues
  • Open pull request with improvements
  • Spread the word

License

imojo is available under the MIT license. See the LICENSE file for more info.

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