I don't even know how to describe this.
Find a file
2025-01-31 18:57:45 -03:00
client Reorganize and cleanup some logic 2025-01-31 18:57:45 -03:00
server Finish server restructuring 2025-01-31 18:23:40 -03:00
.gitignore Update gitignore 2025-01-27 22:35:28 -03:00
docker-compose.yml Add CSP and rename docker network 2025-01-28 10:17:54 -03:00
Dockerfile Cleanup 2025-01-27 23:12:14 -03:00
LICENSE Initial commit 2025-01-26 05:42:29 +00:00
README.md Update readmes 2025-01-28 20:31:23 -03:00

Rumor Party Line

  • Server

    • NodeJS
    • TypeScript
    • Express (+ rateLimit, validator)
    • DotEnv
    • Helmet
    • Body Parser
    • UUID
    • Cors
  • Client

    • Vue3 (+ Vite, Pinia)
    • Tailwind
    • DaisyUI
    • ESLint
    • Prettier

License

MIT

Notes

This was a single weekend project and I wouldn't recommend using this for anything more than a few games between friends. Despite my best attempts, I'm sure there are still some security concerns that I haven't thought of. And the client despite simple, isn't that optimized and could use some cleaning up. (Also yes, I know there's long files that could be broken up. I don't care. I wasn't thinking about architecture when I made this. I was thinking about getting it done in a weekend.)

How To

If you REALLY want to do this for some reason:

  • Clone the repo
  • Run npm install in both the client and server directories (you obviously need Node.js installed)
  • Run npm start in the client directory
  • Run npm start in the server directory (you need both client and server running in different terminals, duh)
  • Have fun I guess?

Also, you can change some small settings in the .env file in the server directory (like the port the server runs on).

Oh, you want to know how to run this in a server on the open internet? Figure it out. I'm not going to help you with that. I'm not responsible for any security issues that arise from you doing that.

Contributing

I'm not going to maintain this project. I'm not going to accept pull requests. I'm not going to respond to issues. I'm not going to respond to emails. I'm not going to care if you get hacked for running this on the public internet.

Contact

Please don't.

Why?

I was bored and wanted to make something inspired by something Microsoft put on one of the betas of Windows 95, an app named Party Line/Rumor that later became WinPopUp. Basically it was like a sort of game that allowed users to jokingly start rumors in the LAN by encapsulating and using commands like NETSEND within an neat UI. This would be the modern day equivalent but using Server Sent Events.