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

https://github.com/fuma-nama/fuma-chat

A chat app on App Router
https://github.com/fuma-nama/fuma-chat

chat-app nextjs

Last synced: 11 months ago
JSON representation

A chat app on App Router

Awesome Lists containing this project

README

          

## Fuma Chat

This is a project experimenting Next.js App Router on a complex client-side realtime application.
Built with Neon Database, Pusher Realtime and Radix UI.

Want to see a full-powered chat app? Check [Shark Chat](https://shark-chat.vercel.app).

![Preview](./public/img.png)

### Run

Install dependencies.

```bash
pnpm i
```

Put credentials in `.env.local`, the needed environment variables are listed in `.env.local.example`.

| Command | |
|------------------------|----------------------------|
| Run in production mode | `pnpm build && pnpm start` |
| Run in dev mode | `pnpm dev` |