Skip to content

Minimal setup for demonstration of nestjs issue #288.

Notifications You must be signed in to change notification settings

MartinLoeper/nestjs-288

Repository files navigation

Sample Application

This is a sample application for demonstration purposes as requested in nestjs/nest#288.

It contains two components:

  • server which hosts a hybrid app with a http server (doing nothing) and a tcp microservice on port 8081
  • client which connects on port 8081 at server

The connection is established by calling the following url: http://localhost:8085/users

Commands

Start the client using npm run start-client and start the server using npm run start-server.

Fixing the bug

I downloaded the latest version of @nestjs/microservices using npm install @nestjs/microservices, copied it into the repository under custom_modules/@nestjs/microservices and linked it in npm's postinstall hook.

The master branch contains the original version of @nestjs/microservices (version: 4.1.0) and the fix/288 branch contains the proposed fix.

About

Minimal setup for demonstration of nestjs issue #288.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published