Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Releases
CMS Releases
Node CMS (Plus Emu)
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="LeChris" data-source="post: 377975" data-attributes="member: 37998"><p>Hey,</p><p></p><p>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 .</p><p></p><p>Screenshots</p><p><img src="http://i.imgur.com/g00AFVE.gif" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p><img src="http://i.imgur.com/ektGuKj.gif" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>Download</p><p>(Database Queries are in /app/database/migrations)</p><p><a href="http://www.mediafire.com/download/x4vltd6bzkwgr9d/Plus+Website.zip" target="_blank">http://www.mediafire.com/download/x4vltd6bzkwgr9d/Plus+Website.zip</a></p><p></p><p></p><p>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.</p><p></p><p></p><p>Libraries used</p><p>-Async (To help clean code up mainly)</p><p>-Mysql (Obvious, should of used mysql2 or promise)</p><p>-Express (Should of used KoaJS, or something)</p><p>-Passport (For sessions)</p><p>-EJS (For templating)</p></blockquote><p></p>
[QUOTE="LeChris, post: 377975, member: 37998"] 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 [IMG]http://i.imgur.com/g00AFVE.gif[/IMG] [IMG]http://i.imgur.com/ektGuKj.gif[/IMG] Download (Database Queries are in /app/database/migrations) [URL]http://www.mediafire.com/download/x4vltd6bzkwgr9d/Plus+Website.zip[/URL] 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) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
CMS Releases
Node CMS (Plus Emu)
Top