LeChris
https://habbo.codes/
Hey,
This was in development overnight for a hotel - which later decided it didn't need it anymore. It's written entirely through Node and the EJS template engine and is quite fast as compared to its PHP predecessors .
Screenshots
Download
(Database Queries are in /app/database/migrations)
There's an issue with session handling which causes them to not persist across requests, was using Redis as a quick fix for this problem, however, I believed I removed support for redis in this revision. It's just a quick build, and not to be regarded as a large development.
Libraries used
-Async (To help clean code up mainly)
-Mysql (Obvious, should of used mysql2 or promise)
-Express (Should of used KoaJS, or something)
-Passport (For sessions)
-EJS (For templating)
This was in development overnight for a hotel - which later decided it didn't need it anymore. It's written entirely through Node and the EJS template engine and is quite fast as compared to its PHP predecessors .
Screenshots
Download
(Database Queries are in /app/database/migrations)
You must be registered for see links
There's an issue with session handling which causes them to not persist across requests, was using Redis as a quick fix for this problem, however, I believed I removed support for redis in this revision. It's just a quick build, and not to be regarded as a large development.
Libraries used
-Async (To help clean code up mainly)
-Mysql (Obvious, should of used mysql2 or promise)
-Express (Should of used KoaJS, or something)
-Passport (For sessions)
-EJS (For templating)