Главная
Study mode:
on
You
History
Saved
In progress
0 courses
compleat
0 courses
#Art & Design
#Adobe
#ChatGPT
#GitHub
#Client-Server Communication
Showing:
30
courses
Sort by Relevancy
Highest rated
Lowest rated
Most recently added
Web Dev Simplified
Learn Socket.io
3
rewiews
Comprehensive guide to Socket.io, covering setup, event handling, rooms, callbacks, admin dashboards, namespaces, middleware, and offline functionality for efficient client-server communication.
Add to list
12
Lesons
27 minutes
On-Demand
Free-Video
Devoxx
A Kafka Producer's Request: From Send() to Disk and Back
0
rewiews
Explore the intricate journey of data into Apache Kafka® in this 49-minute conference talk from Devoxx. Delve into the complex process behind the seemingly simple producer.send() call, tracing the path of a request from its inception to disk storage and…
Add to list
1
Lesons
49 minutes
On-Demand
Free-Video
Devoxx
A Kafka Producer's Request: From Send() to Disk and Back
0
rewiews
Explore the lifecycle of Kafka producer requests, from initial call to disk storage and back, enhancing your debugging and performance analysis skills for Apache Kafka.
Add to list
1
Lesons
43 minutes
On-Demand
Free-Video
ServiceNow Glide Ajax Tutorial
0
rewiews
Learn to implement GlideAjax in ServiceNow, covering async operations, callback methods, and server-side code calls from the client-side through practical examples suitable for beginners.
Add to list
2
Lesons
30 minutes
On-Demand
Free-Video
Web Dev Simplified
How to Build a Full Stack Nested Comments System
0
rewiews
Learn to build a full-stack nested comments system with React, connecting backend, database, and frontend. Covers Prisma setup, server creation, React Router, custom hooks, and advanced comment functionalities.
Add to list
22
Lesons
2 hours 2 minutes
On-Demand
Free-Video
Hussein Nasser
gRPC Crash Course - Modes, Examples, Pros & Cons
0
rewiews
Comprehensive exploration of gRPC, covering modes, implementation, advantages, and limitations. Includes practical coding examples and comparisons with other communication protocols.
Add to list
11
Lesons
1 hour 20 minutes
On-Demand
Free-Video
JavaScript Mastery
Build and Deploy a Full Stack Realtime Chat Messaging App with Authentication & SMS Notifications
0
rewiews
Build a full-stack realtime chat app with authentication, SMS notifications, and advanced features using Stream API. Learn to create direct and group chats, add reactions, and deploy a responsive medical pager.
Add to list
12
Lesons
3 hours 36 minutes
On-Demand
Free-Video
Web Dev Simplified
Learn tRPC in 45 Minutes
0
rewiews
Explore tRPC's type-safe API interactions, from basic usage to advanced features like routers, procedures, middleware, and WebSocket subscriptions in this comprehensive tutorial.
Add to list
11
Lesons
46 minutes
On-Demand
Free-Video
Envato Tuts+
How to Make AJAX Requests with JavaScript - Part 2: Database Queries and JSON Parsing
0
rewiews
Learn to combine PHP and JavaScript for database queries and JSON parsing, advancing your AJAX skills beyond the basics.
Add to list
1
Lesons
38 minutes
On-Demand
Free-Video
Envato Tuts+
How to Make AJAX Requests With Raw JavaScript
0
rewiews
Learn to create AJAX requests using pure JavaScript, understanding the underlying mechanics behind framework simplifications and gaining essential knowledge for web development.
Add to list
1
Lesons
22 minutes
On-Demand
Free-Video
The Cherno
Client Disconnecting - Network Chat Programming
0
rewiews
Learn how to properly close server connections when clients disconnect in network chat programming, ensuring smooth and secure communication.
Add to list
7
Lesons
27 minutes
On-Demand
Free-Video
The Cherno
Server Disconnections in Network Chat Programming - Episode 27
0
rewiews
Learn to handle server disconnections in network chat programming, improving your application's reliability and user experience.
Add to list
1
Lesons
18 minutes
On-Demand
Free-Video
The Cherno
Network Chat Programming - Talking with Each Client - Episode 24
0
rewiews
Learn to implement client-server communication in network chat programming, enabling individual conversations with multiple clients simultaneously.
Add to list
1
Lesons
15 minutes
On-Demand
Free-Video
The Cherno
Confirming Connections - Network Chat Programming - Episode 22
0
rewiews
Learn how to confirm network connections in chat programming, enhancing your ability to create robust and reliable networked applications.
Add to list
1
Lesons
22 minutes
On-Demand
Free-Video
The Cherno
Client Networking - TCP and UDP in Network Chat Programming - Episode 11
0
rewiews
Learn to set up UDP client connections in Java, exploring TCP/UDP concepts, Datagram, DatagramSocket, and InetAddress usage for network chat programming.
Add to list
1
Lesons
15 minutes
On-Demand
Free-Video
Write your own Operating System
TCP/IP Server Implementation - Low-Level Approach
0
rewiews
Develop a low-level TCP/IP server from scratch, gaining in-depth knowledge of network protocols and operating system internals.
Add to list
1
Lesons
1 hour 55 minutes
On-Demand
Free-Video
PHP UK Conference
Realtime Web Apps in the Wild
0
rewiews
Explore the evolution and current state of real-time web technologies, including WebSockets and popular solutions, with practical demonstrations and use cases beyond chat applications.
Add to list
1
Lesons
43 minutes
On-Demand
Free-Video
JSWORLD Conference
Take a Rest from REST
0
rewiews
Explore modern API handling in React, tracing its evolution from the 80s. Learn efficient client-server communication techniques to streamline your web development process.
Add to list
1
Lesons
27 minutes
On-Demand
Free-Video
EuroPython Conference
Teach Your -Microservices- Speak Protocol Buffers with gRPC
0
rewiews
Explore Protocol Buffers and gRPC for efficient microservice communication, covering schema enforcement, serialization, and API evolution with practical examples and best practices.
Add to list
20
Lesons
27 minutes
On-Demand
Free-Video
JSConf
Socket.io
0
rewiews
Real-time web applications with Socket.IO: explore bidirectional communication, scalability, and cross-browser compatibility for modern web development.
Add to list
1
Lesons
23 minutes
On-Demand
Free-Video
JSConf
Taming Client-Server Communication
0
rewiews
Explore client-server communication evolution: from XMLHttpRequest to WebSockets. Learn about rest.js for RESTful HTTP services and msgs.js for WebSocket-based messaging patterns.
Add to list
1
Lesons
25 minutes
On-Demand
Free-Video
NDC Conferences
Goodbye REST - Hello GraphQL
0
rewiews
Explore GraphQL's advantages over REST APIs, including single endpoints, efficient data fetching, and API evolution. Learn to create a GraphQL server with live coding examples.
Add to list
1
Lesons
59 minutes
On-Demand
Free-Video
NDC Conferences
The Secret Weapon for Developers - Notebooks
0
rewiews
Discover how electronic notebooks like Jupyter can enhance developer productivity, accelerate learning, and facilitate prototyping. Explore their versatility and potential applications in software development.
Add to list
34
Lesons
54 minutes
On-Demand
Free-Video
CNCF [Cloud Native Computing Foundation]
gRPC Metadata Limits: The Good, the Bad, and the Ugly
0
rewiews
Explore gRPC metadata limits in C++, including configuration challenges, performance impacts, and strategies to protect against issues in client-server communication.
Add to list
1
Lesons
10 minutes
On-Demand
Free-Video
NDC Conferences
Beyond REST with GraphQL in .Net Core
0
rewiews
Explore GraphQL in .NET Core: advantages, implementation, and comparison with REST APIs. Learn how GraphQL can optimize data fetching and improve client-server communication efficiency.
Add to list
1
Lesons
58 minutes
On-Demand
Free-Video
NDC Conferences
EventSource: The Under Appreciated Sibling of WebSockets - A Dive into Real-Time Communication
0
rewiews
Discover the power of EventSource as a real-time communication alternative to WebSockets, exploring its advantages, implementation, and practical applications for modern web development.
Add to list
1
Lesons
52 minutes
On-Demand
Free-Video
Code Sync
LiveView and JavaScript: A Guide to Achieving Synergy - Code BEAM Europe 2022
0
rewiews
Explore synergies between LiveView and JavaScript frameworks. Learn to integrate AlpineJS and VueJS with LiveView for enhanced web app interactivity and performance.
Add to list
6
Lesons
41 minutes
On-Demand
Free-Video
Meeting Cpp
Applied Modern C++ - The Problem of Messages Versioning in API
0
rewiews
Explore an elegant Modern C++ solution for versioning API messages, enabling seamless upgrades/downgrades between client and server communications.
Add to list
1
Lesons
58 minutes
On-Demand
Free-Video
NashKnolX
Introduction to GraphQL: What It Is and Its Benefits
0
rewiews
Learn the fundamentals of GraphQL, a powerful query language for APIs, and discover its benefits for efficient data fetching and manipulation.
Add to list
1
Lesons
44 minutes
On-Demand
Free-Video
Satish C J
AJAX - Introduction and Demo with Simple Application Coding
0
rewiews
Learn AJAX fundamentals through hands-on coding, building a simple application to understand its practical implementation and benefits in web development.
Add to list
1
Lesons
39 minutes
On-Demand
Free-Video
load more...