Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/akiojin/nodejs_v4_signalr


https://github.com/akiojin/nodejs_v4_signalr

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# Node.js v4 SignalR

このプロジェクトは Azure Node.js を利用して SignalR に接続するサンプルです。
Node プログラミングモデル v4 に対応しています。

## 使い方

### ビルド

```shell
npm install && npm run build
```

### クリーン

```shell
npm run dist-clean
```

or

```shell
npm run clean
```

### 実行

```shell
func start
```