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

Newbie Spellweaver
Joined
Apr 6, 2012
Messages
8
Reaction score
0
Re: Heroic: AF // Node // ES8 // Vue // Themes // Multi-Languages

Just installed, and set up. Loving this. Thanks
 
Custom Title Activated
Loyal Member
Joined
May 23, 2011
Messages
1,607
Reaction score
588
Re: Heroic: AF // Node // ES8 // Vue // Themes // Multi-Languages

49KyVgf - Heroic ~ Scalable Web App - RaGEZONE Forums


Updates
Heroic has merged with the Cyclone team to provide a better experience and help guide users into the future.

Backend
- Core architecture has been fleshed out and developed
- Primary database entities have been made alongside relations properly mapped (TypeORM)
- CRUD API for Users and Permissions
- Support for user sessions via JWT
- IP Ban middleware

Frontend
- Core app architecture has been developed on React & Typescript
- Redux implementation with support for streamlined maps and individual actions to prevent prop population
- Jest unit testing set up
- Pipelines to ensure test pass
- Core components developed out and designed
- Core pages developed out and designed

Anticipated release for alpha is October 2019

Don't use json web tokens for sessions, they're not designed for sessions. If you're checking the database on every request you might as well use signed session cookies or opaque tokens
 

Attachments

You must be registered for see attachments list
Back
Top