https://github.com/hakankokcu/pamukkyv3server
Node.JS server for pamukky v3 chat app.
https://github.com/hakankokcu/pamukkyv3server
chat messenger server
Last synced: over 1 year ago
JSON representation
Node.JS server for pamukky v3 chat app.
- Host: GitHub
- URL: https://github.com/hakankokcu/pamukkyv3server
- Owner: HAKANKOKCU
- License: mit
- Created: 2024-04-27T13:30:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T15:50:42.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T18:18:52.161Z (over 1 year ago)
- Topics: chat, messenger, server
- Language: JavaScript
- Homepage:
- Size: 310 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Pamukky V3 Server
https://pamukky.netlify.app/v3
# Setup
* You need to download the JS
* Make a working directory for it
* Run the server.
The default port is `8080`, but at the line `const port = 8080;`, you can replace `8080` to the port you want
# Command Line Parameters
## --CLEANUP_UNUSEDFILES
This command line parameter allows you to **SCAN** unused files, like: Old pfp's, deleted message files and etc.
## --WIPEUNUSED
This commad wipes scanned files, **does nothing without `--CLEANUP_UNUSEDFILES`**
# NOTE
Please don't force quit (ctrl + c), if you are using termux (I dont really recommend if you have a computer), you can click "exit" at notification. or it will not save any data (INCLUDING crashes). So restart the server often OR use `GET "/savedata"` request to manually save the data.
LocalTunnel performance is too bad for this server, might logout you randomly at clients (read twice if you use localtunnel)