Skip to content

pdromnt/rumor-party-line

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rumor Party Line

  • Server

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

    • React (+ Vite)
    • Zustand
    • React Router
    • Tailwind
    • DaisyUI
    • ESLint

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.

How To

If you REALLY want to do this for some reason:

  • Clone the repo
  • Check the .env files of both server and client for more guidance on how to run each separate.
  • Run npm install in both the client and server directories (you obviously need Node.js installed)
  • Run npm run dev 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 accept pull requests. I'm not going to respond to issues. I'm not going to care if you get hacked for running this on the public internet.

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.

About

A sort of fun game, based on the og Rumor/Party Line.

Topics

Resources

License

Stars

Watchers

Forks

Contributors