Skip to content
/ poker Public
forked from csi-lk/poker

An online texas hold em poker app written in NodeJS

License

Notifications You must be signed in to change notification settings

trex005/poker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poker

A really simple poker application running on node.js with socket.io, using angularJS on the front-end for data binding.

Requirements

Node & Yarn

Quick Start

yarn
yarn dev

Then should be available at http://localhost:8080

Config

Edit the tables-config.json file to add or remove tables to play on

Serverside

node app.js

About

An online texas hold em poker app written in NodeJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.9%
  • HTML 18.9%
  • CSS 9.2%