Nuxt Chat screenshot

Nuxt Chat

Author Avatar Theme by Pi0
Updated: 28 Feb 2024
143 Stars

A simple chat app made with Nuxt, Nitro Tasks, Databases and Websockets!

Categories

Overview

The Nuxt Chat Demo is a demonstration of the Nitro WebSocket API combined with Nuxt and Bun, hosted on a Raspberry Pi 5 board in the Netherlands. The live demo showcases the integration of these technologies and their capabilities.

Features

  • Nitro WebSocket API: Utilized for real-time communication.
  • Nuxt Framework: Facilitates development of server-side rendered applications.
  • Bun Hosting: Hosting solution for the Nuxt Chat Demo.
  • Live Demo: Available for immediate interaction.
  • Nightly Channels: Incorporates the latest developments in the demo.
  • Community Contributions: Encouraged to enhance the demo further.

Installation

To install the Nuxt Chat Demo on your own system, follow these steps:

  1. Clone the repository:

    git clone [repository-url]
    
  2. Install the necessary dependencies:

    npm install
    
  3. Start the application:

    npm run dev
    
  4. Access the demo on your local machine at http://localhost:3000.

Summary

The Nuxt Chat Demo is a comprehensive showcase of the Nitro WebSocket API, Nuxt framework, and Bun hosting services. It offers a live demonstration for users to experience real-time communication capabilities. By following the installation guide, individuals can set up their own version of the demo and explore its features.