Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

sasaken555/angular-websocket-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Angular WebSocket Sample

アプリサンプル画面

About

WebSocketで通信するクライアント・サーバーアプリのサンプルです。

それぞれの実装は以下の通りです。

  • クライアント ... Angular, RxJS (WebSocketクライアント)
  • サーバー ... WebSocket(websockets/ws) & REST APIサーバー

アプリ構成

Usage

クライアント

Web画面の場合

cd client
npm ci
npm run build

コマンドラインの場合

cd client
npx wscat -c ws://localhost:8000

サーバー

yarn install
yarn build

About

AngularでWebSocketサンプルアプリケーション

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published