A simple socket server to be used to transmit to designated target

Enzo a1f4d5404b update readme il y a 2 mois
src 93977675cc simple socket setup il y a 2 mois
test 93977675cc simple socket setup il y a 2 mois
.eslintrc.js 93977675cc simple socket setup il y a 2 mois
.gitignore 93977675cc simple socket setup il y a 2 mois
.prettierrc 93977675cc simple socket setup il y a 2 mois
README.md a1f4d5404b update readme il y a 2 mois
nest-cli.json 93977675cc simple socket setup il y a 2 mois
package-lock.json 93977675cc simple socket setup il y a 2 mois
package.json 93977675cc simple socket setup il y a 2 mois
tsconfig.build.json 93977675cc simple socket setup il y a 2 mois
tsconfig.json 93977675cc simple socket setup il y a 2 mois

README.md

Nest Logo

NestJS Simple Server

This is a simple NestJS server project with WebSocket support.

Requirements

  • Node.js (v16.13.0 or later)
  • npm (v6.x or later)

Usage

  • npm run start

Installation

  1. Clone the repository:

```bash git clone cd