January 2019
Intermediate to advanced
520 pages
14h 32m
English
Starting an actix-web server instance looks similar to other Rust web frameworks, but requires a System actor instance. We don't need to use System directly, but need to run it by calling the run method when everything is ready. This call starts the System actor and blocks the current thread. Internally, it uses the block_on method that we discussed in previous chapters.
Read now
Unlock full access