Skip to content

revcozmo/Node_Dice

 
 

Repository files navigation

Demo site: http://ccroll.com/

The site is built on

  • Backend: node.js + socket.io + mongodb + handlebars.js(template)
  • Frontend: bootstrap + jquery + knockout.js

Session uses mongodb as session store, so the site can be expanded to multiple servers.

Before you run this site, please set up connection to mongodb in config/developement.js or production.js.

  • 2015-02-24: First commit; Basic features added.
  • 2015-03-11: Add chat functionality. Chat messages can be saved to database and kept for a week(using mongodb TTL index).
  • 2015-03-18: Get bitcoin address from Blockchain.info and can be saved to user account.
  • 2015-03-21: Will update balance for deposit every 30 seconds once BTC address is generated; User name has to be unique(using unique index of mongodb);
  • 2015-03-22: Bitcoin faucet implemented. Use google reCaptcha to verify user is not rebot.
    Amount of faucet and interval can be adjusted in config file.
  • 2015-03-29: Move to ubuntu and use nginx as web server.

If you have any questions, contact me at: popman.he@gmail.com.

I am also open for coding jobs. I have 15+ years of design/coding experience.

My tech stacks include asp.net, c#, vb.net, node.js, html, javascript, sql server, oracle, mongodb, redis.

About

A btc/nxt dice game built on node.js + socket.io + express.js + mongodb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 61.8%
  • CSS 31.6%
  • HTML 6.6%