Skip to content

chat api that capable of sending and receiving text messages using socket communication and message queues, with an emphasis on real-time interaction and scalability

Notifications You must be signed in to change notification settings

arifinoid/chat-api

Repository files navigation

Nest Logo

Description

Chat api that capable of sending and receiving text messages using socket communication and message queues, with an emphasis on real-time interaction and scalability

Installation

$ yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

or you can use docker-compose to run this project

# build image
docker-compose build --no-cache && docker-compose up

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

About

chat api that capable of sending and receiving text messages using socket communication and message queues, with an emphasis on real-time interaction and scalability

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published