Skip to content

The server side programs for Cards Against Humanity(CS375Project@DrexelUniv)

License

Notifications You must be signed in to change notification settings

Cards-Against-Humanity-CS375/serverCAH

Repository files navigation

Cards Agains tHumanity - Server

CS375 Final Project

NOTES

  1. Make sure to pull before working:
git pull
  1. If changes you're making are dependent on other files, create a branch and do pull request:
git branch [branch_name]
git checkout [branch_name]

Setup Server

We are using Socket.io. Which enables us to send messages between clients and server in real-time. The idea is that based on those messages the client/server can acts accordingly.

Examples: The client sends "START GAME" message and the server begins dealing the card.

cd serverCAH
npm install
npm start

About

The server side programs for Cards Against Humanity(CS375Project@DrexelUniv)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published