All Projects β†’ tinode β†’ Webapp

tinode / Webapp

Licence: apache-2.0
Tinode web chat using React

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Webapp

Chat
Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots
Stars: ✭ 8,238 (+5180.77%)
Mutual labels:  chat, telegram, messaging, whatsapp, messenger, chat-application, instant-messaging
Falconmessenger
🌟🌟🌟🌟🌟 Falcon Messenger is a Fast and Beautiful cloud-based messaging app. With iOS and IPadOS Support. Available on the App Store.
Stars: ✭ 310 (+98.72%)
Mutual labels:  chat, telegram, messaging, whatsapp, messenger, chat-application
Messenger
Open source, native iOS Messenger, with realtime chat conversations (full offline support).
Stars: ✭ 4,264 (+2633.33%)
Mutual labels:  chat, telegram, messaging, messenger, chat-application, instant-messaging
Ios
Tinodios: Tinode Messaging Client for iOS
Stars: ✭ 119 (-23.72%)
Mutual labels:  chat, telegram, whatsapp, messenger, chat-application, instant-messaging
Im service
golang im server
Stars: ✭ 1,694 (+985.9%)
Mutual labels:  chat, messaging, messenger, chat-application, instant-messaging
Tindroid
Tinode chat client application for Android
Stars: ✭ 194 (+24.36%)
Mutual labels:  chat, telegram, messaging, whatsapp, instant-messaging
Messenger Ios Chat Swift Firestore
Messenger Clone - Real-time iOS Chat with Firebase Firestore written in Swift
Stars: ✭ 405 (+159.62%)
Mutual labels:  chat, telegram, messaging, whatsapp, messenger
Chat21 Ios Sdk
DEPRECATED
Stars: ✭ 15 (-90.38%)
Mutual labels:  chat, messaging, chat-application, instant-messaging
Chatlayout
ChatLayout is an alternative solution to MessageKit. It uses custom UICollectionViewLayout to provide you full control over the presentation as well as all the tools available in UICollectionView. It supports dynamic cells and supplementary view sizes.
Stars: ✭ 184 (+17.95%)
Mutual labels:  chat, messaging, messenger, chat-application
Applozic Ios Sdk
iOS Real Time Chat & Messaging SDK
Stars: ✭ 104 (-33.33%)
Mutual labels:  chat, messaging, messenger, chat-application
Franz
Franz is a free messaging app for services like WhatsApp, Slack, Messenger and many more.
Stars: ✭ 4,088 (+2520.51%)
Mutual labels:  telegram, messaging, whatsapp, messenger
Android yichat lite
android client
Stars: ✭ 118 (-24.36%)
Mutual labels:  chat, messaging, chat-application, instant-messaging
Blabber.im
blabber.im basiert auf Conversations und ist ein Open Source XMPP/Jabber Messenger fΓΌr Android 4.1+
Stars: ✭ 124 (-20.51%)
Mutual labels:  chat, messenger, instant-messaging
Chat Sdk Ios
Chat SDK iOS - Open Source Mobile Messenger
Stars: ✭ 813 (+421.15%)
Mutual labels:  messaging, messenger, instant-messaging
Chat Ui Kit React
Build your own chat UI with React components in few minutes. Chat UI Kit from chatscope is an open source UI toolkit for developing web chat applications.
Stars: ✭ 131 (-16.03%)
Mutual labels:  chat, messenger, instant-messaging
Mangosta Ios
MongooseIM client for iOS
Stars: ✭ 28 (-82.05%)
Mutual labels:  chat, messaging, instant-messaging
Kotlin Firebase Group Chat
Group and OneonOne chat using firebase built in Kotlin similar to whatsapp.
Stars: ✭ 44 (-71.79%)
Mutual labels:  chat, telegram, whatsapp
Quickblox Javascript Sdk
JavaScript SDK of QuickBlox cloud backend platform
Stars: ✭ 98 (-37.18%)
Mutual labels:  chat, messaging, whatsapp
Messaging Apis
Messaging APIs for multi-platform
Stars: ✭ 1,754 (+1024.36%)
Mutual labels:  telegram, messaging, messenger
Notify
A dead simple Go library for sending notifications to various messaging services.
Stars: ✭ 727 (+366.03%)
Mutual labels:  telegram, messaging, whatsapp

Tinode Web

Briefing

Single-page web chat application for Tinode. The app is built on React. The Tinode javascript SDK has no external dependencies. Overall, it's a lot like open source WhatsApp or Telegram web apps.

Although the app is generally usable, keep in mind that this is work in progress. Some bugs probably exist, some features are missing. The app was tested in the latest Chrome & Firefox only. NPM package is available.

Try possibly newer or older version live at https://web.tinode.co/.

For demo access and other instructions see here.

Installing and running

This is NOT a standalone app, this is just a frontend, a client. It requires a backend. See installation instructions.

Getting support

Internationalization

The app is fully internationalized using React-Intl. The UI language is selected automatically from the language specified by the browser. A specific language can be forced by adding #?hl=XX parameter to the URL when starting the app, e.g. https://web.tinode.co/#?hl=ru.

As of the time of this writing the following translations exist:

  • English
  • Chinese (simplified)
  • German
  • Korean
  • Romanian
  • Russian
  • Spanish

More translations are welcome. Send a pull request with a json file with translated strings. Take a look at English, Russian, or Simplified Chinese translations for guidance.

Not done yet

  • End-to-End encryption.
  • Emoji support is weak.
  • Mentions, hashtags.
  • Replying or forwarding messages.
  • Previews not generated for videos, audio, links or docs.

Other

Push notifications

If you want to use the app with your own server and want web push notification to work you have to set them up:

  • Register at https://firebase.google.com/, set up the project if you have not done so already.
  • Follow instructions to create a web application https://support.google.com/firebase/answer/9326094 in your project.
  • Follow instructions at https://support.google.com/firebase/answer/7015592 to get a Firebase configuration object ("Firebase SDK snippet").
  • Locate firebase-init.js in the root folder of your copy of TinodeWeb app. Copy-paste the following keys from the configuration object to firebase-init.js: apiKey, messagingSenderId, projectId, appId (you may copy all keys).
  • Copy Web Push certificate (Project Settings -> Cloud Messaging -> Web configuration -> Web Push certificates) to messagingVapidKey field in firebase-init.js.
  • Double check that firebase-init.js contains the following keys: apiKey, messagingSenderId, projectId, appId, messagingVapidKey. The file may contain other optional keys.
  • Copy Google-provided server key to tinode.conf, see details here.

Responsive design

Desktop screenshot

Desktop web: full app

Mobile screenshots

Mobile web: contacts Mobile web: chat Mobile web: topic info Mobile web: start new chat Mobile web: account settings

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