دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش: 3rd نویسندگان: D’mello. Bruno Joseph, Krol. Jason, Satheesh. Mithun سری: ISBN (شابک) : 9781788394772, 1788394771 ناشر: Packt Publishing سال نشر: 2017 تعداد صفحات: 364 زبان: English فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) حجم فایل: 8 مگابایت
کلمات کلیدی مربوط به کتاب توسعه وب با MongoDB و Node: جاوا اسکریپت
در صورت تبدیل فایل کتاب Web Development with MongoDB and Node به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب توسعه وب با MongoDB و Node نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
""Cover ""
""Title Page""
""Copyright""
""Credits""
""About the Authors""
""About the Reviewer""
""www.PacktPub.com""
""Customer Feedback""
""Table of Contents""
""Preface""
""Chapter 1: Welcome to JavaScript in the Full Stack""
""A short introduction to Node.js""
""The advantage that the V8 engine brings in""
""Node.js is single-threaded!""
""Non-blocking asynchronous execution""
""npm --
the Node Package Manager""
""Sharing and reusing JavaScript""
""Not just for building web servers!""
""Real-time web application with Socket.io""
""Networking and file IO"" ""Microservices""""Internet of things (IoT)""
""A simple server with Node.js""
""When to use Node.js""
""The NoSQL movement""
""A short introduction to MongoDB""
""JSON-friendly database""
""Schema-less design""
""Various performance facets""
""Node.js and MongoDB in the wild""
""What to expect from this book""
""Summary""
""Chapter 2: Getting Up and Running""
""Installing Node.js""
""Mac OS X""
""Windows""
""Linux""
""Testing that Node.js is installed properly""
""Online documentation""
""Installing MongoDB""
""Mac OS X installation instructions"" ""Windows 7/Windows 8 installation instructions""""Linux installation instructions""
""Confirming successful MongoDB installation""
""Bookmarking the online documentation""
""Writing your first app""
""Creating the sample application""
""Getting the dependent modules in place""
""Adding the application code""
""Understanding the code""
""Launching the sample app""
""Checking the actual database""
""Summary""
""Chapter 3: Node and MongoDB Basics""
""A JavaScript primer""
""Introducing es6""
""Syntax basics""
""Understanding the scope of variables""
""Data types"" ""Operators and flows""""Understanding objects""
""Understanding arrays""
""Understanding functions""
""Anonymous functions and callbacks""
""JSON""
""The basics of Node.js""
""Node.js architecture""
""Event-driven""
""Asynchronous execution""
""The module system""
""The Node.js core""
""HTTP""
""Net""
""Streams""
""Installing modules using npm""
""The basics of MongoDB""
""The Mongo shell""
""Inserting data""
""Querying""
""Updating data""
""Deleting data""
""Additional resources""
""Summary""
""Chapter 4: Introducing Express""
""Web application frameworks"" ""What is Express.js?""""Building a complete web application""
""Designing the web application""
""Organizing the files""
""Creating the application's entry point""
""Booting up the application""
""Middlewares""
""Creating custom middleware""
""Order of middlewares""
""The configure module""
""Activating the configure module""
""Routers and controllers""
""Handlebars as View engines""
""Summary""
""Chapter 5: Templating with Handlebars""
""Templating engines""
""Server-side and client-side templating""
""Client-side templating""
""Server-side templating""