Software Alternatives & Reviews
Table of contents
  1. Social Mentions
  2. Comments

TalkJS

TalkJS is a messaging API enabling users to add buyer-seller chat to their online marketplace or platform. subtitle

TalkJS Reviews and details

Screenshots and images

  • TalkJS Landing page
    Landing page //
    2023-03-15

Badges

Promote TalkJS. You can add any of these badges on your website.
SaaSHub badge
Show embed code

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about TalkJS and what they use it for.
  • Ask HN: Who is hiring? (June 2023)
    Our stack is mainly TypeScript, React, Elixir and PostgreSQL. 80% of the company is product people, founders are a designer and a programmer. TalkJS touches millions of people and is growing quickly. We want to be the tool that every developer thinks of for building communication features, a bit like what Stripe is for payments. To accomplish this, we give great engineers the maximum amount of freedom, so they can... - Source: Hacker News / 11 months ago
  • 5 Real-world Projects for Practicing With NextJS
    Don’t use third-party libraries like TalkJs to integrate the real-time functionality. - Source: dev.to / about 1 year ago
  • Integrating Django channels in my chat application
    Hello guys, I have just implemented a chat application between users in my Django project (just using HTTP requests). I am trying to deploy the project asap, do you think I should use Django channels? How hard is it to convert my already working application? I have also found this service on the internet (https://talkjs.com/). Do you think it could be a great idea to launch the website as it is now, and later on,... Source: over 1 year ago
  • How do you implement internal user messaging in your app?
    I'm one of the founders of https://talkjs.com, a chat SDK with a pre-built UI. Obviously my position is extremely biased. Users have come to expect a chat experience that Just Works, and has all the basics covered. Those basics, however, go a lot longer than just the websocket/firebase "hello world" chat app and it's a lot of work to cover them sufficiently well. Typing indicators, online status, sharing photos... - Source: Hacker News / almost 2 years ago
  • Reporting messages in TalkJS
    TalkJS now supports adding custom actions to chat messages. This opens up possibilities to add support for actions like reporting, deleting, or liking a message. In this how-to, we’ll set up a custom action to report a message in TalkJS using this new feature. Note that the feature by itself does not report a message but provides you with the custom action and its handler. You must invoke a service in the backend... - Source: dev.to / almost 2 years ago
  • Ask HN: Who is hiring? (April 2022)
    Our stack is mainly React, TypeScript, Elixir and PostgreSQL. Nearly the whole company is product people, founders are a designer and a programmer. TalkJS touches millions of people and is growing quickly. We want to be the tool that every developer thinks of for building communication features, a bit like what Stripe is for payments. To accomplish this, we give great engineers the maximum amount of freedom to... - Source: Hacker News / about 2 years ago
  • Ask HN: What is your recommended stack for real time chat?
    Shameless plug, I'm co-founder and CTO of https://talkjs.com, a chat API with pre-built UIs and notifications. Our product is designed for exactly this sort of stuff. Let me know if you want a tour! - Source: Hacker News / about 2 years ago
  • How to add chat into a NodeJS app with TalkJS
    This article is another entry in our series about integrating the TalkJS chat API with different backends. Today, it is all about shipping a full-fledged chat feature for any NodeJS app. Similar to the previous articles you can find here, we set up a NodeJS server that consists of specific endpoints to get user data as well as store user data and then use this to initialize a chat. The chat uses the same data as... - Source: dev.to / about 2 years ago
  • How to build chat into a Flask App with a chat API
    Last time, we took a look at adding chat to a Spring Boot app with the help of the TalkJS Chat API. This time, we will be reusing the same frontend code to add chat to a Flask app written in Python. This app is more or less similar to the previous one in terms of experience, but it uses Python. The same rules apply to this one as well. Ensure that you don’t replicate a similar setup for production since we are not... - Source: dev.to / about 2 years ago
  • How to customize email notifications in TalkJS
    TalkJS is a chat API that supports all types of notifications, including email, desktop, SMS, and push notifications. In this guide, we will look into customizing the email body of the TalkJS email notifications. - Source: dev.to / over 2 years ago
  • Launch HN: Stipop (YC S21) – Improving user engagement with stickers
    Check out TalkJS: https://talkjs.com Disclosure: I'm one of the founders. Compared to alternatives, our main differentiator is pre-built chat UIs (that are still deeply customizable) and a fully integrated notification system. - Source: Hacker News / over 2 years ago
  • Ask HN: Who is hiring? (December 2021)
    Our stack is mainly React, TypeScript, Elixir and PostgreSQL. Nearly the whole company is product people, founders are a designer and a programmer. TalkJS touches millions of people and is growing quickly. We want to be the tool that every developer thinks of for building communication features, a bit like what Stripe is for payments. To accomplish this, we give great engineers the maximum amount of freedom to... - Source: Hacker News / over 2 years ago
  • How to create a group chat with a chat API
    Today, we'll show you how to create a group chat feature and embed it into your website or app by using the TalkJS Chat API. The API works with any platform or programming language so you can be sure it will work well with your stack. - Source: dev.to / over 2 years ago
  • How to build a chat into a React app with TalkJS
    In today’s tutorial, we will add a group chat for students to an existing React application using the TalkJS Chat API. As a pre-requisite, you will need to sign up with TalkJS and get your APP_ID from the Dashboard which will be used to identify your account. For the sake of this article, we have created a fictitious application with React that will be used by students from a specific university to view live... - Source: dev.to / over 2 years ago
  • How to build a chat into an Angular app with TalkJS
    In today’s tutorial, we will take a look at how we can integrate the TalkJS Chat API into an existing Angular application. AllParts is an imaginary e-commerce website that specializes in automobile spare parts and accessories. They have an Angular application that is integrated with Firebase. It allows users to authenticate themselves using Google and then purchase spare parts and essentials for automobiles. It is... - Source: dev.to / over 2 years ago
  • How to build a custom support chat solution with TalkJS
    Conversation.setAttributes({ subject: "Team TalkJS", photoUrl: "https://talkjs.com/images/logo.jpg", // Should be an absolute path welcomeMessages: [ "Hi, welcome. We are usually online during working hours but feel free to leave a message at any time.", "You can also check our " ] }). - Source: dev.to / over 2 years ago
  • How to Add a Real-time Unread Conversation Counter to a TalkJS Chat
    If you run into any issues, please get in touch via the popup on our website or send an email to dev@talkjs.com. - Source: dev.to / over 2 years ago
  • How to build a chat similar to Upwork with TalkJS
    We have been pushing the boundaries of the TalkJS Chat API for a while now. In our previous article, we looked at how to make a Twitter DM lookalike using the TalkJS Chat API and we’ve also seen another article on how to integrate Voice and Video calls in TalkJS using the Daily API. Today, we will be creating a chat similar to Upwork with TalkJS. For those of you who are not familiar with Upwork, it is the world’s... - Source: dev.to / over 2 years ago
  • Ask HN: Who is hiring? (August 2021)
    Our stack is mainly React, TypeScript, Elixir and PostgreSQL. Nearly the entire company is product people, founders are a designer and a programmer. TalkJS touches millions of people and is growing quickly. We want to be the tool that every developer thinks of for building communication features, a bit like what Stripe has become for payments. To accomplish this, we give great engineers the maximum amount of... - Source: Hacker News / over 2 years ago
  • How to create direct messages like on Twitter with the TalkJS Chat API
    Would you like to build a DM functionality of one of the most popular social media platforms? If you answered yes, you have come to the right place. We will look at how we can implement the direct messaging functionality of Twitter with the TalkJS Chat API. So far, we’ve seen how powerful the Theme Editor in TalkJS is by creating messaging features like on WhatsApp, Discord, Slack, LinkedIn, and more being... - Source: dev.to / over 2 years ago
  • How to Hide Some Chat Messages for Certain Users in a TalkJS Chat
    In this tutorial, we’ll learn how to hide specific chat messages for users using the TalkJS Chat API message filters. We will also learn how to combine TalkJS custom message attributes with message filters to implement a wide variety of use cases for filtering chat messages. - Source: dev.to / almost 3 years ago

Do you know an article comparing TalkJS to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Generic TalkJS discussion

Log in or Post with

This is an informative page about TalkJS. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.