You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backend structure of Redstring as designed in 2023. Written using an Adjacency List graph data structure with a recursive system where Nodes contain a list of Graph definitions. Edges are defined by Nodes. All extend the abstract Entry class. This was eventually rewritten entirely in Node.js and React to become what is now Redstring.