Skip to content

Argon 6.0

Latest
Compare
Choose a tag to compare
@benhmoore benhmoore released this 06 Aug 18:46
· 19 commits to master since this release

This update brings the biggest changes to Argon since the beginning.


Introducing Pools
Now multiple users can work with the same data.

Callbacks Optional
User methods such as .user.get() return data instantly, instead of requiring a callback.

Offline Ready
Argon is now offline ready, so if a client goes offline while using your web app, changes won't be lost.


This update is a complete rethinking of Argon. Along with the features above, this update also makes Argon much more stable, as well as introduces new standards for requests and data storage, all in an effort to make Argon more coherent and solid.