https://github.com/imightexist/minichat
host a chat app
https://github.com/imightexist/minichat
Last synced: 2 months ago
JSON representation
host a chat app
- Host: GitHub
- URL: https://github.com/imightexist/minichat
- Owner: imightexist
- Created: 2022-03-03T01:21:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-05T21:19:56.000Z (about 3 years ago)
- Last Synced: 2025-01-05T00:43:09.793Z (4 months ago)
- Language: JavaScript
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# minichat
host a chat app
# setting up
1. make sure nodejs is installed (the ubuntu script just installs node, you still have to run the linux script)
2. go to the grab deps folder and run the script for your os
3. set up shit in the config.json file
4. start the nodejs file
# config.json
what all the shit means in config.json
## webserver
it hosts a webapp that allows you to chat on the same port. without it you can use the main client (coming soon) or make your own chat client.
## folder
the folder for the webserver
## logfile
logs the chat to the specified file
## port
what port the server is hosted on
# so how the fuck does this work?
its a websocket server