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

https://github.com/okazawa0929/websocket-sample

時間のかかる処理の完了通知をsocket.ioを使って実装したデモアプリ
https://github.com/okazawa0929/websocket-sample

jotai nextjs shadcn-ui socket-io typescript websocket

Last synced: about 2 months ago
JSON representation

時間のかかる処理の完了通知をsocket.ioを使って実装したデモアプリ

Awesome Lists containing this project

README

          

## Getting Started

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

## Demo

##### バッチ処理開始後にどのページにいても完了通知が表示される

![Image](https://github.com/user-attachments/assets/bb061b43-5ea6-4309-8f79-11c430afa120)


##### 複数のユーザーが同時に Websocket に接続してもそれぞれのユーザーに対して完了通知が表示される

![Image](https://github.com/user-attachments/assets/a467f347-21f6-4cb1-b26f-99a784f8ffb6)