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

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

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