Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

웹소켓을 활용한 웹 채팅 서비스입니다.

Awesome Lists containing this project

README

        

image

설치

```bash
npm install
```

DB 실행

```bash
docker-compose up -d
```

서버 실행

```bash
npm run server
```