Glossary

Books are for people who wish they were somewhere else. – Mark Twain
| Word | Definition |
|---|---|
| Axon | The Message-oriented socket library inspired by zeromq which is used for communicating between processes |
| bus | Channel for sending/receiving commands and events (there are two buses and it can be in-process or multi-processes) |
| Goblin | An Xcraft module based on the Goblin layer |
| orcName | Bus client identifier when connecting to an Xcraft server |
| quest | Async action (for side effect) dispatched with Redux (based on the Goblin layer, it’s triggered by a generated Xcraft command handler) |
| Redux | A Predictable State Container for JS Apps (the base of the Goblin layer) |
| watt | A Powerful control flow using generators (an other name is gigawatts because the project is forked); it’s like async / await |
| Xcraft | Main infrastructure and toolchain |