Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T11:14:22.000Z (7 months ago)
- Last Synced: 2024-06-19T21:22:19.473Z (7 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
![TypeScript](https://img.shields.io/static/v1?style=for-the-badge&message=TypeScript&color=3178C6&logo=TypeScript&logoColor=FFFFFF&label=)
![NestJS](https://img.shields.io/static/v1?style=for-the-badge&message=NestJS&color=E0234E&logo=NestJS&logoColor=FFFFFF&label=)
![Socket.io](https://img.shields.io/static/v1?style=for-the-badge&message=Socket.io&color=010101&logo=Socket.io&logoColor=FFFFFF&label=)
![Yarn](https://img.shields.io/static/v1?style=for-the-badge&message=Yarn&color=2C8EBB&logo=Yarn&logoColor=FFFFFF&label=)## 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).