Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dev-connor/chatting-service
웹소켓을 활용한 웹 채팅 서비스입니다.
https://github.com/dev-connor/chatting-service
eslint koa mongodb nodejs prettier pug tailwindcss websocket
Last synced: about 1 month ago
JSON representation
웹소켓을 활용한 웹 채팅 서비스입니다.
- Host: GitHub
- URL: https://github.com/dev-connor/chatting-service
- Owner: dev-connor
- Created: 2023-10-08T13:33:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-08T14:23:33.000Z (about 1 year ago)
- Last Synced: 2024-10-15T17:30:08.973Z (about 1 month ago)
- Topics: eslint, koa, mongodb, nodejs, prettier, pug, tailwindcss, websocket
- Language: JavaScript
- Homepage:
- Size: 198 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
설치
```bash
npm install
```DB 실행
```bash
docker-compose up -d
```서버 실행
```bash
npm run server
```