Skip to content

Sample application built with NestJS to demonstrate how to write test cases for socket.io applications

Notifications You must be signed in to change notification settings

sajitkhadka/nestjs-socket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Socket Application in NestJS

This is a sample application built with NestJS to demonstrate how to write test cases for socket applications. The application uses Socket.IO to establish real-time communication between the client and the server.

Getting Started

To get started with this project, clone the repository to your local machine:

git clone https://github.com/sajitkhadka/nestjs-socket.git Next, install the dependencies:

npm install

Running the Tests

To run the tests, use the following command:

npm run test This will run all of the test cases.

About

Sample application built with NestJS to demonstrate how to write test cases for socket.io applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published