Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nomango/azure-webpubsub-demo


https://github.com/nomango/azure-webpubsub-demo

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).

## Getting Started

First, run the development server:

```bash
pnpm dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## AWPS Tunnel

Use `awps-tunnel` to transfer data from Azure Web PubSub to local server.

```bash
export WebPubSubConnectionString="Endpoint=https://xxxxxxx.webpubsub.azure.com;AccessKey=yyyyyyy;Version=1.0;"
awps-tunnel run --hub chat --upstream http://localhost:8000
```