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
- Host: GitHub
- URL: https://github.com/arthaud-proust/dev.arthaud.chat
- Owner: arthaud-proust
- Created: 2024-08-24T11:36:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T11:32:00.000Z (almost 2 years ago)
- Last Synced: 2025-06-04T05:53:14.229Z (about 1 year ago)
- Topics: chat, nuxt, socket-io
- Language: TypeScript
- Homepage: https://chat.arthaud.dev/
- Size: 281 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```