https://github.com/volt1c/global-chat-api
👻Web API with public chats without authorization and logs.
https://github.com/volt1c/global-chat-api
chat chat-application nest nestjs nestjs-backend node nodejs websocket
Last synced: 3 months ago
JSON representation
👻Web API with public chats without authorization and logs.
- Host: GitHub
- URL: https://github.com/volt1c/global-chat-api
- Owner: volt1c
- License: mit
- Created: 2022-07-16T10:17:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T11:14:22.000Z (about 1 year ago)
- Last Synced: 2025-02-12T22:49:49.764Z (5 months ago)
- Topics: chat, chat-application, nest, nestjs, nestjs-backend, node, nodejs, websocket
- Language: TypeScript
- Homepage:
- Size: 421 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Global Chat Api



## Description
Application with public chats without authorization and logs.
## Installation
```bash
$ yarn
```## Running the app
```bash
# development
$ yarn start# watch mode
$ yarn start:dev# production mode
$ yarn start:prod
```## Test
```bash
# unit tests
$ yarn test# e2e tests
$ yarn test:e2e# test coverage
$ yarn test:cov
```## Config
Config rooms in [`config/default.json`](https://github.com/volt1c/global-chat-api/blob/main/config/default.json).