Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akiojin/nodejs_v4_signalr
https://github.com/akiojin/nodejs_v4_signalr
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/akiojin/nodejs_v4_signalr
- Owner: akiojin
- License: mit
- Created: 2023-08-17T08:42:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-16T16:15:30.000Z (about 1 year ago)
- Last Synced: 2024-10-12T05:05:03.680Z (about 1 month ago)
- Language: HTML
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```