An open API service indexing awesome lists of open source software.

https://github.com/arthaud-proust/dev.arthaud.chat

Real-time chat to explore Nuxt+NuxtUI and websockets
https://github.com/arthaud-proust/dev.arthaud.chat

chat nuxt socket-io

Last synced: 5 months ago
JSON representation

Real-time chat to explore Nuxt+NuxtUI and websockets

Awesome Lists containing this project

README

          

# Chat

Real-time chat with multi group & unlimited people

Made with [Nuxt](https://nuxt.com/docs/getting-started/introduction) and [Nuxt UI](https://ui.nuxt.com)

## Setup

```bash
# yarn
yarn install
```

## Development Server

Start the development server on `http://localhost:3000`:

```bash
# yarn
yarn dev
```