UNPKG

1.18 kBMarkdownView Raw
1AXOID
2=====
3
4AXOID is an experimental general-purpose micro-framework.
5
6AXOID organizes code as a loose coupled composition of unified Entities.
7
8Cite
9----
10
11 When you decide to not pick a public framework,
12 you will end up with a framework anyway: your own.
13
14Pros
15----
16
17+ Declarative programming style.
18+ Exteremely simple and easy to use.
19+ Event driven, asynchronous, error-aware.
20+ Loose coupled, dependency injection, data binding.
21+ Highly extendable, true inheritance and mix-ins.
22+ Best suited for full-stack solutions at both client and server side.
23+ pure 100% CoffeeScript, no 3rd party dependencies.
24
25Cons
26----
27
28+ one-man driven (but best fit my own current needs)
29+ lack of documentation (but free to deep refactor)
30+ no community (but no legacy support)
31
32Repo
33----
34
35[https://github.com/alitskevich/axoid]
36
37AXOID is also shipped with library of basic properties and predefined types.
38
39
40Docs
41----
42
43[http://alitskevich.github.io/axoid/]
44
45Legal
46-----
47
48Copyright (c) 2009-2015, Alex Litskevich, github.com/alitskevich
49
50Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0