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.
- Host: GitHub
- URL: https://github.com/hoonapps/markdown-collab
- Owner: hoonapps
- Created: 2024-11-26T14:23:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-26T14:29:07.000Z (over 1 year ago)
- Last Synced: 2025-02-10T06:43:39.024Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://github.com/hoonapps/markdown-editor
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```