An open API service indexing awesome lists of open source software.

https://github.com/hoonapps/markdown-collab

This is a simple NestJS backend service with WebSocket integration.
https://github.com/hoonapps/markdown-collab

Last synced: about 1 year ago
JSON representation

This is a simple NestJS backend service with WebSocket integration.

Awesome Lists containing this project

README

          

# NestJS Project

This is a simple NestJS backend service with WebSocket integration.

## Features

- simple WebSocket
- Built with TypeScript

## Installation

1. Clone the repository:

```bash
git clone
cd
```

2. Install dependencies:

```bash
npm install
```

3. Run the development server:

```bash
npm run start:dev
```

4. The server will start at `http://localhost:3000`.

## Build

To build the project for production:

```bash
npm run build
```

To start the production server:

```bash
npm run start
```