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

https://github.com/anmol420/chatx

A websocket and web-rtc based backend.
https://github.com/anmol420/chatx

drizzle-orm nodejs postgresql rabbitmq redis typescript webrtc websocket

Last synced: 2 months ago
JSON representation

A websocket and web-rtc based backend.

Awesome Lists containing this project

README

          

# ChatX

## To run code (dev) -
- Update `.env`
- Run `npm i`
- Run `docker compose up -d`
- If any __DB changes__ or __first time pull__ run - `npm run db:generate` and then `npm run db:migrate`.
- Then finally run - `npm run dev`.

## To run code (production) -
- Update `.env`
- Run `npm i`
- Run `docker compose up -d`
- If any __DB changes__ or __first time pull__ run - `npm run db:generate` and then `npm run db:migrate`.
- Then finally run - `npm run build` then `npm run start`.