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

https://github.com/raisess/rtm-text-share-backend

📜 - Real Time Text Share API | no database, temporary data storage and something elses.
https://github.com/raisess/rtm-text-share-backend

api no-database open-source real-time socket-io temporary-data text-share typescript websocket

Last synced: 2 months ago
JSON representation

📜 - Real Time Text Share API | no database, temporary data storage and something elses.

Awesome Lists containing this project

README

          

# 📜 REAL-TIME TEXT SHARE | API

## ⚙️ The .env file

The .env file is for put the default configuration values, follow the .env.example to create your own.

```env
MASTER_KEY=your_master_key
PASS_ALT=your_pass_alt
DEBUG=boolean
```

* MASTER_KEY: is the API key to access the rest info endpoints
* PASS_ALT: is the password security addiction to password hash
* DEBUG: is if you want to see debug info on console

## 🔮 Compiling and running

### > Compiling

To compile, run this command:

```shell
npm run compile
```

### > Running

To start, run this command:

```shell
npm run start
```