• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Heroic ~ Scalable Web App

Custom Title Activated
Loyal Member
Joined
May 23, 2011
Messages
1,607
Reaction score
589
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
 
Back
Top