OK, I know what a frontend is: I’m using VueJS and TailwindCSS for my frontend. But I already developed my poker game that used to log to console. So I have the engine. 2 questions:
-
should my poker engine reside in the backend and communicate with the frontend using js events? is this possible to update the user interface?
-
what backend should I use? Node and Express? what are the alternatives? there’s something called Adonisjs but I don’t know if that’s good. plus after this project I want employers to hire me so if they all use node and express I’m going to go with that…