Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

psmon/BlazorChatAppEcom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

79 Commits

Repository files navigation

Blazor 그래픽 웹채팅

ex_screenshot

Blazor + SigralR + Actor(Akka.net)를 이용한 그래픽 채팅앱입니다.

추가 문서 : https://wiki.webnori.com/display/webfr/BlazorWebChat

참고링크 :

Network :

Graphic:

Utils:

CSS UX :

맵툴:

Blazor StandAloe Docker

로컬빌드

docker builder prune
docker build -f BlazorChatApp/Server/Dockerfile -t registry.webnori.com/blazor-chatapp-server:dev .

OnlyBuild

docker-compose build -

Build and UP

docker-compose up --build
http://localhost:4080

배포

docker push registry.webnori.com/blazor-chatapp-server:dev
docker push registry.webnori.com/blazor-chatapp-client:dev
version: '2'
services:
 blazor-chat-app:
 image: registry.webnori.com/blazor-chatapp-server:dev
 environment:
 ASPNETCORE_ENVIRONMENT: Development
 ports:
 - 8001:8080/tcp
 labels:
 io.rancher.scheduler.affinity:host_label: server=late01
 io.rancher.container.hostname_override: container_name
 io.rancher.container.pull_image: always
https://chat.webnori.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /