Poker Framework - @pokerscript
  • Introduction
    • Prerequisites
    • Server
    • Installations
  • Deployment
    • Backend
    • Frontend
  • Connector APIs
    • Plateform API
    • SignUp API
    • LogIn API
    • Profile API
    • Profile Update API
    • Chips Update API
  • Quickstart Guide
    • Primary Setup
    • Logo & Branding
    • Stake Configuration
    • Blind Levels
    • MTT Payouts
    • SnG Payouts
    • Web3 Settings
    • Buy Hours Package
    • Avatar Manager
    • Crypto Payments
    • Table Gifts
    • Tournament Setup (MTT)
Powered by GitBook
On this page

Was this helpful?

  1. Introduction

Prerequisites

PreviousIntroductionNextServer

Last updated 11 months ago

Was this helpful?

Before starting with the pokerscript framework, make sure you are properly informed about the stack it is built on.

Node Js Pokerscript uses Node.js, a free, open-source, cross-platform JavaScript runtime for server-side programming. It is recommended to learn Node.js before you start building your custom poker solution.

Preferred Version: 16.1.0 & above.

Resources 1)- Code Academy Tutorial for Node.Js 2)- Official Node.js Tutorial

MongoDB Pokerscript is a rich data-driven solution featuring various direct and interrelated reports. As a developer, you must understand the basics of database configuration, management, and common queries.

Preferred Version: 4.4.29 & above. Resources 1)- Geeksforgeeks tutorial for MongoDB 2)- Official MongoDB Tutorial

Socket.IO Web Socket enables bidirectional, real-time, low-latency communication between client and server. You must be familiar with libraries, connection protocols, and package configuration. Resources 1)- Official Socket.IO Tutorial

React.js React.js is used to customize listings, forms, and create an interactive UI/UX. You will need to learn JavaScript and its libraries.

Preferred Version: 18.2.0 & above. Resources 1)- Official React.js Tutorial

HTML / CSS Pokerscript follows a browser-first approach, making it compatible with any device,including mobile phones, tablets, and desktops, through globally accepted browsers such as Chrome, Firefox, and Safari. You will need to learn the basics of HTML5 and CSS to handle the front-end UI components. Resources 1)- HTML5 Tutorial

Git/GitHub The source file is accessible via GitHub, which our team uses for real-time collaboration and version control. Learn how to manage your code and share it with others using GitHub. Resources 1)- Official GitHub Tutorial It is assumed that you are familiar with the basics of these tools, languages, and libraries. With this knowledge, you are ready to set up and customize your brand new poker solution.

https://www.codecademy.com/learn/learn-node-js/
https://nodejs.org/en/learn/getting-started/introduction-to-nodejs
https://www.geeksforgeeks.org/mongodb-tutorial/
https://learn.mongodb.com/
https://socket.io/docs/v4/tutorial/introduction
https://legacy.reactjs.org/
https://www.tutorialspoint.com/html5/index.htm
https://docs.github.com/en/get-started/getting-started-with-git/set-up-git