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.
- Host: GitHub
- URL: https://github.com/raisess/rtm-text-share-backend
- Owner: Raisess
- License: mit
- Created: 2020-09-22T13:40:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-04T13:15:20.000Z (over 5 years ago)
- Last Synced: 2025-06-25T20:13:29.644Z (12 months ago)
- Topics: api, no-database, open-source, real-time, socket-io, temporary-data, text-share, typescript, websocket
- Language: TypeScript
- Homepage:
- Size: 377 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```