Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Heroic ~ Scalable Web App

Joined
Sep 2, 2011
Messages
2,171
Reaction score
916
Re: Heroic Habbo.com Clone (Angular, Node.js, Socket.io)

Amazing to see those updates! Going to check the GitHub soon. Why not using JWT? Depending of how you use it, it will be secure.

Also you could consider using GraphQL instead of RESTFUL + Jason :p
 
Initiate Mage
Joined
Nov 14, 2017
Messages
45
Reaction score
0
Re: Heroic Two - Node Web App

Languages availables and how to install Heroic 2.0 on FileZilla please ?

Required files to add on database just (files SQL of your CMS)

Have you add in the community pages : Pictures, Rooms, website official, news, staff

And on the playing habbo pages : What is habbo, How to play, Habbo Attitude, Security, Help.

Thanks to reply me Chris, you do a great work ! :D
 
Joined
Sep 2, 2011
Messages
2,171
Reaction score
916
Re: Heroic Two - Node Web App

Notice
Development will resume under a new branch; however will follow the traditional Heroic trademarks. Reasoning for the new branch is due to a complete rewrite and switch of skeleton from Heroic's own base to my new Meteor, which uses a component-based structure.

Features
The traditional features will be supported, alongside more housekeeping features and an easier deployment method.

Technology
-Node 10
-Fastify
-Bookshelf
-Mysql2
-Async/Await
-Vue 2
Wow, Node 10? Great! Good seeing that you will continue the development. Keep the good work going on!!! :)
 
Junior Spellweaver
Joined
Oct 7, 2008
Messages
115
Reaction score
10
Re: Heroic Two - Node Web App

Got the error when running the "heroic.exe" any ideas where I have went wrong as ive followed instructions.

pkg/prelude/bootstrap.js:1172
throw error;
^

Error: Cannot find module 'C:\snapshot\Backend\node_modules\bcrypt\lib\binding\bcrypt_lib.node'
1) If you want to compile the package/file into executable, please pay attention to compilation warnings and specify a literal in 'require' call. 2) If you don't want to compile the package/file into executable and want to 'require' it from filesystem (likely plugin), specify an absolute path in 'require' call using process.cwd() or process.execPath.
at Function.Module._resolveFilename (module.js:540:15)
at Function.Module._resolveFilename (pkg/prelude/bootstrap.js:1269:46)
at Function.Module._load (module.js:470:25)
at Module.require (module.js:583:17)
at Module.require (pkg/prelude/bootstrap.js:1153:31)
at require (internal/module.js:11:18)
at Object.<anonymous> (C:\snapshot\Backend\node_modules\bcrypt\bcrypt.js:6:16)
at Module._compile (pkg/prelude/bootstrap.js:1243:22)
at Object.Module._extensions..js (module.js:650:10)
at Module.load (module.js:558:32)
at tryModuleLoad (module.js:501:12)
at Function.Module._load (module.js:493:3)
at Module.require (module.js:583:17)
at Module.require (pkg/prelude/bootstrap.js:1153:31)
at require (internal/module.js:11:18)
at Object.<anonymous> (C:\snapshot\Backend\build\app\sql\interactors\user\users.js:7:15)
 
Back
Top