---
title: "How to Create a Real-time Chat Application with Nuxt"
url: https://daily.dev/posts/how-to-create-a-real-time-chat-application-with-nuxt-kopq0anum
source_url: https://www.freecodecamp.org/news/create-a-real-time-chat-application-with-nuxt/
type: article
source: "freeCodeCamp"
author: "Idorenyin Udoh"
published: 2022-08-10T22:33:04.216Z
updated: 2024-06-24T02:12:42.116Z
tags: ["nodejs", "nuxt", "vuejs"]
reading_time: 6
upvotes: 31
comments: 2
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Create a Real-time Chat Application with Nuxt

**[freeCodeCamp](https://daily.dev/sources/freecodecamp)** · [@idorenyinudoh](https://daily.dev/idorenyinudoh) · 6 min read · 31 upvotes · 2 comments

## Summary

For this application, we will be using Nuxt, the intuitive Vue framework. We'll be using the chat API we’ll be using to create a Robin account before we can use it. In this list, what we currently don’t have is our user token and the tokens of the users on our app. We can go ahead and create the tokens for 5 users.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.freecodecamp.org/news/create-a-real-time-chat-application-with-nuxt/>

## Community discussion

Top comments from developers on daily.dev.

**@iexist** · 1 upvotes

> Great read, implementing this was so easy on my Frontend application, was able to setup on my backend using [Robin](https://robinapp.co) [Golang sdk](https://github.com/robin-io/robin.io-go).

**@abahernest** · 1 upvotes

> Nice one chief.. my fav part is the sdk being available in multiple languages

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#nodejs](https://daily.dev/tags/nodejs), [#nuxt](https://daily.dev/tags/nuxt), [#vuejs](https://daily.dev/tags/vuejs)

[View this post on daily.dev](https://daily.dev/posts/how-to-create-a-real-time-chat-application-with-nuxt-kopq0anum)
