Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

실시간 알림 구현에 사용하는 Server Sent Events 알아보기

Devocean에 기고된 "실시간 알림 구현에 사용하는 Server Sent Events 알아보기" 포스트를 위한 예제 코드입니다.

실행 방법

# 예제 코드 내려받기
git clone https://github.com/C17AN/sse-example.git
cd sse-example

# 클라이언트 실행하기
cd sse-client
npm install
npm run dev

# 서버 실행하기
cd ../sse-server
npm install
npm run dev

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages