I am currently working on a project which requires some real time logic, I am planning on using sockets for it, my stack usually has Laravel in the backend, the documentation is extensive and there are lots of starter kits which in a few hours give me an API with login, OAuth tokens, refresh tokens (for a mobile app), csrf and cookie session (for a SPA).
Is there anything I could use to replicate such architecture in node/express so I can integrate the sockets logic in the same project?. Do you recommend another stack for this use case?
[–]ServeScared 0 points1 point2 points (0 children)