Index
As this ebook edition doesn't have fixed pagination, the page numbers below are hyperlinked for reference only, based on the printed edition of this book.
Symbols
:dispatch plug 64
:gen_tcp
used, for listening over TCP socket 28-32
used, for responding over TCP socket 32-36
:match plug 64
__MODULE__ 78
A
Abstract Syntax Tree (AST) 112, 155
action fallback
implementing 103-107
after compile module 166
aplay command
implementation, writing 170-172
apply/3 78
B
before compile module 165, 166
bindings
routes, adding 14-18
C
call/2 function 60
client-server architecture
exploring 5
code injection
evaluation, using 162
macros, using 163, 164
compile-time callbacks 165
after compile module 166
before compile module 165, 166
on-definition module 167, 168
concurrency
adding, to server 50-52
controller DSL
building 191, 192
reflections, adding 192-195
reflective...