fallout s02e08     inps     Corsair Cove     studio repack     1977     daredevil s01e04 2160p     wind river     jazz 100     1977     jonbenet     wow wotlk     othello 1965     1977     1977     the-frontier-lord-begins-with-zero     white lies     buddha bar     1977     fear factor house of fear s01     Derezzed    

Programmer to Programmer - Teixeira P. - Professional Node.js: Building Javascript Based Scalable Software [2012, PDF/EPUB, ENG] + Code

seeders: 5
leechers: 0
Added 13 years ago by psv1979kh in Books  > Non-Fiction

Download Fast Safe Anonymous
movies, software, shows...

Files

Programmer to Programmer - Teixeira P. - Professional Node.js: Building Javascript Based Scalable Software [2012, PDF/EPUB, ENG] + Code (Size: 14.57 MB)
  Teixeira P. - Professional Node.js Building Javascript Based Scalable Software - 2012.epub 2.15 MB
  Teixeira P. - Professional Node.js Building Javascript Based Scalable Software - 2012.pdf 12.32 MB
  Сode
  185469_code
  README.txt 743 B
  chapter08
  .DS_Store 6 KB
  01_external_command.js 419 B
  02_ env_vars_augment.js 542 B
  03_environment_ number_parent.js 219 B
  04_environment_number_child.js 153 B
  05_spawning_child.js 237 B
  06_plus_one.js 377 B
  07_plus_one_test.js 683 B
  09_listen_child_exit.js 331 B
  10_child_exit_code.js 284 B
  11_child_exit_signal.js 400 B
  chapter10
  01_tcp_server_lifecycle.js 465 B
  02_simple_echo_tcp_server.js 519 B
  03_piping_out.js 145 B
  04_piping_in.js 138 B
  05_tcp_chat_server_step_1.js 235 B
  06_tcp_chat_server_step_2.js 322 B
  07_tcp_chat_server_step_3.js 401 B
  08_tcp_chat_server_step_4.js 447 B
  09_tcp_chat_server_step_5.js 579 B
  10_simple_tcp_chat_server.js 735 B
  chapter11
  01_hello_world.js 227 B
  02_hello_world_shortened.js 147 B
  03_pipe_movie.js 204 B
  04_pipe_process_to_response.js 250 B
  05_simple_static_file_server.js 846 B
  06_chunked_response_and_timers_example.js 345 B
  chapter12
  01_reconnecting_client_immediate.js 511 B
  02_reconnecting_client_attempts.js 788 B
  03_reconnecting_client.js 1.08 KB
  chapter13
  01_request_introspector_server.js 668 B
  02_simple_request.js 317 B
  03_redirected_followed.js 318 B
  04_post_request.js 322 B
  05_custom_headers.js 420 B
  06_form_encoded_request_body.js 402 B
  07_json_encoded_request_body.js 402 B
  chapter14
  01_simple_udp_server.js 356 B
  02_command_line_udp_client.js 452 B
  chapter15
  01_tls_chat_server.js 815 B
  02_tls_chat_client.js 387 B
  chapter17
  01_integer_summing_server.js 265 B
  02_package.json 92 B
  03_sum_client_module.js 436 B
  04_sun_client_tests.js 614 B
  chapter18
  01_application_with_bug.js 159 B
  chapter19
  01_boomerang_effect_example.js 1.07 KB
  02_declaring_named_functions.js 1.1 KB
  03_using_generic_flow_control.js 1.38 KB
  04_simple_squaring_server.js 469 B
  05_async_series_example.js 552 B
  06_async_parallel_example.js 554 B
  07_async_waterfall_example.js 391 B
  08_async_queue_example.js 654 B
  09_async_foreach_example.js 549 B
  10_async_map_example.js 468 B
  11_async_reduce_example.js 514 B
  12_async_filter_example.js 608 B
  13_async_detect_example.js 599 B
  chapter20
  01_hello_world_middleware.js 90 B
  02_connect_server_using_hello_world_middleware.js 162 B
  03_generic_reply_text_middleware.js 111 B
  04_connect_server_using_reply_text_middleware.js 175 B
  05_write_header_middleware.js 153 B
  06_using_hello_world_middleware_example.js 264 B
  07_save_request_middleware.js 476 B
  08_using_save_request_middleware_example.js 349 B
  09_error_creator_middleware.js 141 B
  10_another_error_creator_middleware.js 141 B
  11_server_with_error_middleware.js 419 B
  12_error_handling_middleware.js 292 B
  13_using_error_handler_example.js 484 B
  14_error_handling_middleware_simplified.js 239 B
  15_using_logger_middleware.js 210 B
  16_using_connect_error_handler.js 256 B
  17_using_connect_static_server.js 236 B
  18_using_connect_query_string_parser.js 223 B
  19_using_connect_request_body_parser.js 277 B
  20_using_connect_body_parser.js 222 B
  21_using_connect_session_middleware.js 462 B
  chapter21
  01_express_boilerplate_app.js 803 B
  02_new_version_routes.js 149 B
  03_user_routes.js 170 B
  04_users_list.jade 36 B
  05_fake_users.json 298 B
  06_completed_user_route_listeners.js 934 B
  07_user_list.jade 181 B
  08_user_profile.jade 202 B
  09_new_user_form.jade 304 B
  10_session_routes.js 710 B
  11_header_user_partial.jade 349 B
  12_changed_layout_file.jade 158 B
  13_login_form.jade 277 B
  14_user_signup_new_version.jade 402 B
  15_not_logged_in_middleware.js 159 B
  16_session_routes_new_version.js 795 B
  17_user_routes_new_version.js 1016 B
  18_load_user_middleware.js 230 B
  19_user_routes_new_version.js 931 B
  20_restrict_user_to_self_middleware.js 226 B
  chapter22
  01_socketio_server.js 172 B
  02_socketio_client.html 304 B
  03_serving_file_and_socketio.js 530 B
  04_socketio_chat_server.js 651 B
  05_socketio_chat_client.html 1.5 KB
  06_chat_server_with_login.js 1.08 KB
  07_chat_client_with_login.html 1.65 KB
  08_server_detects_disconnections.js 1.34 KB
  09_chat_client_with_rooms.html 2.1 KB
  10_chat_server_with_rooms.js 2.3 KB
  11_chat_server_using_redis.js 2.74 KB
  chapter23
  01_connect_and_query.js 279 B
  02_application.js 1.04 KB
  chapter24
  01_socketio_server_base.js 2.31 KB
  02_server_initializes_connection.js 2.67 KB
  03_server_creates_database.js 3.7 KB
  04_chat_client_formats_messages.html 2.99 KB
  05_server_produces_structured_docs.js 4.3 KB
  06_client_with_avatar.html 4.25 KB
  07_chat_server_with_avatars.js 6.79 KB
  chapter25
  01_package.json 182 B
  02_user_schema.js 164 B
  03_user_model.js 152 B
  04_load_user_route_middleware_new_version.js 327 B
  05_user_routes_new_version.js 1.35 KB
  06_user_list_with_paging.jade 294 B
  07_user_list_with_paging_new_version.js 313 B
  08_package_new_version.json 206 B
  09_user_schema_unique_index.js 186 B
  10_user_schema_with_validated_email.js 337 B
  11_user_schema_with_enumerated_field.js 395 B
  12_user_form_with_gender_field.jade 544 B
  13_user_form_with_birthday.jade 625 B
  14_package_with_request.json 232 B
  15_user_profile_with_virtual_attribute.jade 376 B
  16_user_form_with_virtual_attribute.jade 746 B
  17_user_profile_with_virtual_attribute.jade 381 B
  18_user_list_with_virtual_attribute.jade 318 B
  19_article_schema.js 318 B
  20_article_model.js 170 B
  21_article_routes.js 2.27 KB
  22_load_article_middleware.js 404 B
  23_article_detail.jade 206 B
  24_logged_in_middleware.js 174 B
  25_article_list.jade 333 B
  26_article_creation_form.jade 238 B
  27_article_list_partial.jade 136 B
  28_article_list_new_version.jade 246 B
  __MACOSX
  185469_code
  chapter08
  ._.DS_Store 82 B

Description


Книги и журналы » Компьютерная литература » Веб-дизайн и программирование

Professional Node.js: Building Javascript Based Scalable Software

Год: 2012 October
Автор: Pedro Teixeira
Издательство: Wrox
ISBN: 978-1-1181-8546-9
Серия: Programmer to Programmer
Язык: Английский
Формат: PDF/EPUB
Качество: Изначально компьютерное (eBook)
Интерактивное оглавление: Нет
Количество страниц: 412

Описание: Node.js is a powerful and popular new framework for writing scalable network programs using JavaScript. This no nonsense book begins with an overview of Node.js and then quickly dives into the code, core concepts, and APIs. In-depth coverage pares down the essentials to cover debugging, unit testing, and flow control so that you can start building and testing your own modules right away.

[*] Covers node and asynchronous programming main concepts
[*] Addresses the basics: modules, buffers, events, and timers
[*] Explores streams, file systems, networking, and automated unit testing
[*] Goes beyond the basics, and shares techniques and tools for debugging, unit testing, and flow control

If you already know JavaScript and are curious about the power of Node.js, then this is the ideal book for you.
[spoiler="Примеры страниц"]

[/spoiler]
[spoiler="Оглавление"]
Part I: Introduction and Setup
Chapter 1. Installing Node
Chapter 2. Introducing Node

Part II: Node Core API Basics
Chapter 3. Loading Modules
Chapter 4. Using Buffers to Manipulate, Encode, and Decode Binary Data
Chapter 5. Using the Event Emitter Pattern to Simplify Event Binding
Chapter 6. Scheduling the Execution of Functions Using Timers

Part III: Files, Processes, Streams, and Networking
Chapter 7. Querying, Reading From, and Writing to Files
Chapter 8. Creating and Controlling External Processes
Chapter 9. Reading and Writing Streams of Data
Chapter 10. Building TCP Servers
Chapter 11. Building HTTP Servers
Chapter 12. Building a TCP Client
Chapter 13. Making HTTP Requests
Chapter 14. Using Datagrams (UDP)
Chapter 15. Securing Your TCP Server With TLS/SSL
Chapter 16. Securing Your HTTP Server With HTTPS

Part IV: Building and Debugging Modules and Applications
Chapter 17. Testing Modules and Applications
Chapter 18. Debugging Modules and Applications
Chapter 19. Controlling the Callback Flow

Part V: Building Web Applications
Chapter 20. Building and Using HTTP Middleware
Chapter 21. Making a Web Application Using Express.js
Chapter 22. Making Universal Real-Time Web Applications Using Socket.io
Chapter 23. Connecting to MYSQL Using node-mysql
Chapter 24. Connecting to CouchDB Using Nano
Chapter 25. Connecting to MongoDB Using MongooSE
[/spoiler]
торрент перезалит

Related Torrents

torrent name size uploader age seed leech
1
0
1
2
1