Prerequisites
Last updated
Was this helpful?
Last updated
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.