multiplayerFramework icon indicating copy to clipboard operation
multiplayerFramework copied to clipboard

Create a dev branch for pull requests

Open Rayjax opened this issue 7 years ago • 1 comments

Hi, I cloned and run the project but faced a lot of issues, especially due to the fact that the remote website is down. I rerouted the remote requests to localhost, but it wasn't enough. In the end, in order to be able to signup, login, create a character and start a game I :

-Removed '/8100' on resources requests. Without it, they work. -Fixed the undefined session issues -Repaired some routes and request which were commented or reading wrong variables -Added a middleware to mimic the expected session behavior by using cookie-session

Please create a branch so that I can make a pull req. Cheers

Rayjax avatar Sep 05 '16 19:09 Rayjax