Skip to content

davidpesce/Poker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poker

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

View a demo of the work in progress here

To use with Docker

docker build -t geobalas/poker .

And then:

docker run -p 49160:3000 -d geobalas/poker

To test it out, open up two or more browser tabs and aim them at http://localhost:49160/

About

An online poker app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.7%
  • HTML 18.0%
  • CSS 10.0%
  • Dockerfile 0.3%