Node Blog

LeChris

github.com/habbo-hotel
Sep 30, 2013
2,725
1,306
Hey,

This is a work in progress, however, I decided to move from advertising my Habbo Projects to sharing some of my other stuff. This is a blog system entirely written in Node.js for simplicity, speed and ease.

Github


Live Preview


(It is ideal to run this on port 8080, using NGINX as a front-end proxy)

Disclaimer
Design is from with edits by me (I lazily am not hosting the css atm)
 

MayoMayn

BestDev
Oct 18, 2016
1,423
683
Please refrain from offtopic comments. The content of his blog is unrelated to the release.
Good release man!
+1 for that blog website, I will definitely follow up on that one.

As Jaden said, you gotta get your facts straight.

I'm just curious, what the hell is this line doing on a blogging CMS
PHP:
exports.build = function() { console.log(" Habbo took " + parseInt(Date.now() - Application.Info.Startup) + "ms to launch"); };
 
Last edited by a moderator:

LeChris

github.com/habbo-hotel
Sep 30, 2013
2,725
1,306
Good release man!
+1 for that blog website, I will definitely follow up on that one.

As Jaden said, you gotta get your facts straight before "acting" like a professional web-developer.

I'm just curious, what the hell is this line doing on a blogging CMS
PHP:
exports.build = function() { console.log(" Habbo took " + parseInt(Date.now() - Application.Info.Startup) + "ms to launch"); };
I might of re-used some code (hint hint)
 
Last edited:

Weasel

👄 I'd intercept me
Nov 25, 2011
4,128
2,456
Honestly, this looks good. Good to see some other languages besides PHP in here.

May I request you to open a second thread in releases with a link to the code, maybe notify people of when an updated has been pushed, and use this thread for the actual development?
 

Users who are viewing this thread

Top