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

Enzo a1f4d5404b update readme há 2 meses atrás
src 93977675cc simple socket setup há 2 meses atrás
test 93977675cc simple socket setup há 2 meses atrás
.eslintrc.js 93977675cc simple socket setup há 2 meses atrás
.gitignore 93977675cc simple socket setup há 2 meses atrás
.prettierrc 93977675cc simple socket setup há 2 meses atrás
README.md a1f4d5404b update readme há 2 meses atrás
nest-cli.json 93977675cc simple socket setup há 2 meses atrás
package-lock.json 93977675cc simple socket setup há 2 meses atrás
package.json 93977675cc simple socket setup há 2 meses atrás
tsconfig.build.json 93977675cc simple socket setup há 2 meses atrás
tsconfig.json 93977675cc simple socket setup há 2 meses atrás

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