Articles

Retour vers le futur: Pages Web côté serveur avec Kotlin (Pt. 1)

Dans cette série, nous allons apprendre à créer des pages web côté serveur avec Kotlin. Vous découvrirez comment créer des applications web modernes et performantes. Prêt à voyager dans le futur ? Allons-y !

Le développement Web a subi de nombreux changements depuis que l’Internet est devenu populaire dans les années 1990 :

L’architecture du développement web a connu une variété de changements depuis que l’internet est devenu populaire dans les années 1990 :

Tout d’abord, il y a eu les pages HTML les plus basiques, complètement statiques, sans aucune dynamique. Plus tard, des technologies telles que l’interface commune de passerelle (Common Gateway Interface) ont permis de générer le code HTML d’une page de manière programmatique. Puis sont arrivés des moteurs de modèles tels que JavaServer Pages (maintenant Jakarta Server Pages), ASP.NET et Thymeleaf, qui ont permis aux développeurs de travailler avec des fichiers de modèles principalement « ressemblant à HTML » avec du code de programmation intermélangé.

Ensuite, des frameworks de « script côté client » basés sur Javascript tels qu’Angular, React et Vue sont apparus, ce qui a transformé le développement web en deux disciplines distinctes : le développement « backend » qui contenait le code traditionnel du serveur web et de la logique métier, ainsi que le développement « front-end » (en utilisant les frameworks ci-dessus) qui se concentrait sur la visualisation d’un site web et recevait des données du backend.

Cependant, cela ne signifie pas que les tendances de développement ne progressent que dans une seule direction et jamais en arrière. Par exemple, les bases de données NoSQL telles que MongoDB ont rapidement gagné en popularité en grande partie en raison de leur capacité à contenir des données non structurées par rapport aux bases de données SQL traditionnelles telles que PostgreSQL et MySQL, mais ces dernières ont également évolué et peuvent maintenant contenir des données non structurées via les types de données JSONB et JSON, respectivement. De même, de nouveaux frameworks Javascript tels que Next.js commencent à offrir des options pour le rendu côté serveur en plus de leurs capacités de rendu côté client traditionnelles. De nouveau, les moteurs de modèles côté serveur comme Thymeleaf ont également continué à évoluer, Thymeleaf lançant une nouvelle version du framework le mois dernier.

Source de l’article sur DZONE

Révolutionner le Web: Tendances et innovations en développement web

Le développement web évolue à un rythme rapide et les tendances et innovations sont en constante évolution. Découvrez comment la révolution du web peut transformer votre entreprise!

Le développement web est devenu vital pour les entreprises et les organisations à l’échelle mondiale dans l’écosystème numérique en constante évolution d’aujourd’hui. L’importance de rester à jour avec les nouveaux développements en matière de développement web ne peut pas être surestimée. De nouveaux cadres, langages et approches sont souvent introduits dans l’industrie du développement web, qui évolue constamment.

Coding is a key component of web development. It involves writing code in a language such as HTML, CSS, JavaScript, or Python to create websites and applications. Coding is the foundation of web development and is essential for creating a successful website or application.

Aujourd’hui, le développement web est devenu essentiel pour les entreprises et les organisations à l’échelle mondiale dans un écosystème numérique en constante évolution. L’importance de rester à jour avec les nouveaux développements en matière de développement web ne peut pas être surestimée. De nouveaux cadres, langages et approches sont souvent introduits dans l’industrie du développement web, qui est en constante évolution.

En restant à jour avec ces changements, les développeurs peuvent appliquer les outils et techniques les plus récents pour améliorer l’expérience des utilisateurs, accélérer les sites Web et rester toujours un pas devant la concurrence.

Le codage est un composant clé du développement web. Il consiste à écrire du code dans une langue telle que HTML, CSS, JavaScript ou Python pour créer des sites Web et des applications. Le codage est la base du développement Web et est essentiel pour créer un site Web ou une application réussis. La programmation est une partie importante du codage et elle implique l’utilisation de différentes méthodes pour créer des programmes informatiques. Les développeurs peuvent utiliser des outils tels que des bibliothèques et des frameworks pour faciliter le codage et accélérer le processus de développement.

Le codage est un processus complexe qui nécessite une bonne compréhension des langages de programmation et des principes de base du développement Web. Les développeurs doivent être conscients des normes et des meilleures pratiques en matière de codage afin de créer des sites Web et des applications efficaces et sécurisés. Les développeurs doivent également être à l’aise avec la gestion de projet et la communication afin de garantir que le projet est livré à temps et selon les spécifications.

Les compétences en codage sont essentielles pour les développeurs Web. Les développeurs doivent être capables de comprendre le code et d’utiliser les outils appropriés pour créer des sites Web et des applications qui répondent aux besoins des utilisateurs. Les développeurs doivent également être à l’aise avec la résolution de problèmes et la prise de décisions afin de garantir que le projet est livré à temps et selon les spécifications.

Le codage est un domaine en constante évolution et il est important que les développeurs restent à jour avec les dernières technologies, outils et techniques. Les développeurs doivent également être conscients des normes et des meilleures pratiques en matière de codage afin de créer des sites Web et des applications efficaces et sécurisés.

Le codage est un domaine passionnant qui offre aux développeurs la possibilité de créer des sites Web et des applications innovants qui peuvent améliorer l’expérience utilisateur et aider les entreprises à atteindre leurs objectifs commerciaux. Les compétences en codage sont essentielles pour les développeurs Web et il est important que les développeurs restent à jour avec

Source de l’article sur DZONE

Créer une base solide : Implémenter CRUD avec APIs et Bases de Données

Créer une base solide pour votre application est essentiel. Apprenez comment implémenter CRUD avec APIs et Bases de Données pour une infrastructure robuste.

## Qu’est-ce que CRUD?

Dans le développement web, la capacité de créer, lire, mettre à jour et supprimer des données d’une base de données est essentielle. C’est là que les opérations CRUD entrent en jeu. En mettant en œuvre ces opérations avec des API et des bases de données, les développeurs web peuvent construire des applications puissantes et évolutives qui peuvent prendre en charge une large gamme d’utilisations. Dans cet article, nous examinerons en profondeur comment mettre en œuvre des opérations CRUD avec des API et des bases de données, en fournissant des exemples et des meilleures pratiques tout au long du chemin.

Dans le développement web, la capacité de créer, lire, mettre à jour et supprimer des données d’une base de données est essentielle. C’est là que les opérations CRUD entrent en jeu. En implémentant ces opérations avec des API et des bases de données, les développeurs web peuvent construire des applications puissantes et évolutives qui peuvent gérer une large gamme d’utilisations. Dans cet article, nous examinerons en profondeur comment implémenter des opérations CRUD avec des API et des bases de données, en fournissant des exemples et des meilleures pratiques tout au long du chemin.

Qu’est-ce que CRUD?

CRUD est un acronyme qui signifie Créer, Lire, Mettre à jour et Supprimer. Ces quatre opérations sont les fonctions de base qui peuvent être effectuées sur n’importe quel magasin de données persistant, tel qu’une base de données. Dans le développement web, les opérations CRUD sont utilisées pour manipuler les données dans une base de données, généralement via une API (Interface de programmation d’application).

Comment implémenter CRUD avec des API et des bases de données

Lorsque vous implémentez des opérations CRUD avec des API et des bases de données, vous devez d’abord comprendre comment les API et les bases de données fonctionnent ensemble. Les API sont des interfaces qui permettent aux applications de communiquer avec une base de données. Les API fournissent un moyen pour les applications d’accéder aux données stockées dans la base de données et de les manipuler. Les API peuvent également être utilisées pour envoyer des requêtes à la base de données et obtenir des réponses.

Les bases de données sont le stockage persistant des données. Les bases de données sont généralement organisées sous forme de tables, chacune contenant des enregistrements spécifiques. Les bases de données peuvent être utilisées pour stocker tout type de données, telles que des informations sur les utilisateurs, les produits ou les commandes. Les bases de données peuvent également être utilisées pour stocker des informations sur les utilisateurs, telles que leurs noms, adresses et informations de connexion.

Une fois que vous comprenez comment fonctionnent les API et les bases de données, vous pouvez commencer à implémenter des opérations CRUD avec elles. La première étape consiste à créer une API qui peut interagir avec la base de données. Vous pouvez ensuite créer des méthodes pour effectuer chaque opération CRUD sur la base de données. Par exemple, vous pouvez créer une méthode pour créer un enregistrement dans la base de données, une méthode pour lire un enregistrement, une méthode pour mettre à jour un enregistrement et une méthode pour supprimer un enregistrement. Vous pouvez également créer des méthodes pour effectuer d’autres opérations sur la base de données, telles que la recherche ou le tri des enregistrements.

Une fois que vous avez créé votre API et vos méthodes CRUD, vous pouvez intégrer votre API à votre application web ou mobile. Vous pou

Source de l’article sur DZONE

Migrer de PHP 7.0 à PHP 8.1: tout ce qu'il faut savoir!

Migrer de PHP 7.0 à 8.1 peut être une tâche ardue, mais c’est nécessaire pour profiter des nouvelles fonctionnalités et améliorations. Découvrez tout ce qu’il faut savoir pour effectuer cette migration en toute sécurité !

PHP (Hypertext Preprocessor) : l’un des langages de script côté serveur les plus recherchés

Les données me font vibrer d’excitation! J’ai fait une découverte sensationnelle : PHP (Hypertext Preprocessor) est l’un des langages de script côté serveur les plus recherchés. Sa nature open source, sa courbe d’apprentissage facile et la capacité du code PHP à s’intégrer facilement à HTML en font un nom populaire dans le développement web. Il peut également être combiné avec JavaScript et CSS. De plus, une grande partie du logiciel WordPress est alimentée par PHP, ce qui le rend indispensable pour les utilisateurs de WordPress.

D’autres systèmes de gestion de contenu (CMS) populaires tels que Joomla, Drupal et Magneto dépendent également de PHP. PHP fonctionne sur tous les principaux systèmes d’exploitation, y compris Windows, macOS et Linux; se synchronise avec la plupart des bases de données, y compris MySQL, MongoDB et Postgres; et est pris en charge par la plupart des serveurs web tels qu’Apache, IIS, etc. Plusieurs grands noms, y compris Facebook, Shopify et Wikipedia, ont mis à profit PHP pour créer des sites Web puissants et interactifs.

Cette technologie est très polyvalente et peut être utilisée pour créer des sites Web à partir de zéro ou pour améliorer des sites Web existants. Les développeurs peuvent également créer des applications Web dynamiques et des applications mobiles avec PHP. De plus, il existe de nombreux frameworks PHP open source qui facilitent le développement d’applications Web. Les frameworks populaires incluent Laravel, Symfony, CodeIgniter et Zend Framework.

En résumé, PHP est une technologie puissante qui offre aux développeurs une variété d’options pour créer des sites Web dynamiques et interactifs. Il est open source, facile à apprendre et compatible avec la plupart des systèmes d’exploitation, bases de données et serveurs web. De plus, il existe de nombreux frameworks open source qui facilitent le développement d’applications Web. Enfin, plusieurs grandes entreprises ont mis à profit PHP pour créer des sites Web puissants et interactifs.

Source de l’article sur DZONE

It’s the start of a new year, and product designers are already launching thousands of new apps, tools, and resources.

In January’s edition of our monthly roundup of the most exciting new downloads for designers and developers, there’s everything from full-blown applications to helpful little side projects. Enjoy!

Observable

Observable lets you explore, analyze, and explain data as a team to uncover insights, and make better decisions. Build fresh data visualizations with drag-and-drop components or JavaScript.

Blocs

Blocs is a no-code website builder based on Bootstrap 5. It has a whole heap of templates, so all you need to do is pick one, customize it, and add your content.

blogstatic

blogstatic is a fantastic no-code blogging platform with a minimal UI that lets you focus on nothing but your content. There’s built-in SEO, plus themes and hosting is included.

Lessmail

Lessmail is an excellent way to clean out your inbox for the new year. Unsubscribe from unwanted newsletters, delete old messages and focus on the mail you want.

Ultimate Side Projects Playbook

Is 2023 the year you’ll launch a web-conquering side project? Give yourself the best chance with the free Ultimate Side Projects Playbook to guide you through the process.

Ashore

Get your web designs, prototypes, and other creative work sign-off fast using Ashore. Upload your files, share them with stakeholders, and track when your designs are approved.

Frase

Frase is an AI tool for researching, writing, and optimizing content with high-quality SEO keywords. Write anything from content briefs to blog posts in a fraction of the usual time.

Uiverse

Uiverse is a collection of UI elements designed by the community that you can use on your site for free or even submit your own designs for others to use.

Rive

Rive is an excellent app for building fast, small, interactive animations and motion graphics for the web. Animations built-in Rive can run on the web or in native apps.

Vuestic UI

Vuestic UI is an excellent UI framework for Vue. All aspects are fully customizable, and Vuestic UI seamlessly integrates with other component libraries for even more options.

Localfonts.xyz

Localfonts.xyz is a simple way to browse the fonts installed on your local machine in your browser. It’s a fast solution for choosing fonts for your designs.

PixelBin

PixelBin is a tool for optimizing and delivering images. It uses AI to transform your assets and allows you to use larger, higher-quality images without bloated load times.

EarlyBird

EarlyBird is a no-code landing page generator perfect for teams launching an early-stage website. You can get your product online fast and start validating it with real users.

RippleUI

RippleUI is a toolkit for UI design that improves on the Tailwind approach by simplifying classes to reduce the amount of code you need. In addition, it includes components and utility classes to speed up your web development.

No Code AI Model Builder

If you want to build your own AI models but you don’t know how to code, you can use No-Code AI Model Builder to generate AI models in minutes.

Templatify

Save hours creating social media templates with Templatify, a collection of 201 templates for Twitter and Instagram. There are dark and light versions, and a full video tutorial shows you how to customize them.

Detangle

Detangle beats small print by using the power of AI to generate human-readable summaries of legal documents so you can understand what you’re signing.

Mesher

CSS Hero’s Mesher creates incredible multicolor gradients that can be customized and exported to CSS for use in your projects.

OldestSearch.com

OldestSearch.com is a fascinating look at the web that was. Enter any search term, and it will return the oldest matching links available on Google Search.

Detect GPT

Detect GPT is a helpful Chrome extension that scans the content of web pages and determines if the content has been auto-generated by AI. It’s very handy for checking the validity of blog posts.

Source

The post Exciting New Tools for Designers, January 2023 first appeared on Webdesigner Depot.

Source de l’article sur Webdesignerdepot

Since its conception in the late 1980s, HyperText Markup Language (HTML) has persisted as a critical element in displaying web pages online.  This ubiquitous programming language continues to offer a detailed framework for structuring the content we see and interact with on the web, allowing us to format text and multimedia components in plain-text code, which is simple enough to change when the need arises.

The Transformation of HTML

As is the case with nearly all programming languages, HTML has transformed to incorporate dozens of new features over the decades since its introduction, accommodating typical contemporary pressures such as community feedback/critique and the rapid growth of adjacent web development technologies. The results of this transformation are easily visible to us in the output of modern HTML code; for example, the most recent HTML iteration–HTML5, introduced in 2014–offers new, simple elements for embedding video and audio files, as well as much-needed improvements in mobile display and overall mobile functionality.

Source de l’article sur DZONE

Many firms’ design and development decisions are increasingly oriented toward human-centered innovation. Instead of rushing goods to market, these firms are using a user-centered design approach.

Design and development teams build high-performing digital products or websites that uniquely meet customers’ demands by concentrating on the user experience. After all, a good web design is helpful in boosting the business reputation or user experience.

This post will define user-centered design, discuss its fundamental principles, and describe the user-centered design process.

What Is User-Centered Design?

To create an enjoyable solution to a problem, user-centered design is a collection of iterative design processes concentrating on the user’s needs at each step. In UCD, the expectations, objectives, and preferences of the user significantly impact design decisions.

Additionally, users are actively involved in the entire process from start to finish. User-centered design principles encourage designers to create products with users rather than just for them. This strategy typically includes user research, interviews, usability testing, and a massive amount of feedback gathering.

UCD Requires Four Fundamental Components:

  • Visibility: Can people see what your website is about and how to utilize it the moment they land on your page?
  • Availability: Is your website user-friendly? Can they swiftly locate information? They should be able to find call-to-action buttons, menus, filters, and search choices with ease.
  • Legibility: Is the text simple to read for users?
  • Language: Is the language simple to grasp for users? Do you avoid using industry jargon in your UX authoring, which might lead to confusion and hesitation?

What Is The Significance Of UCD?

User experience is important in product design, especially in digital products such as app design, web and interface design, and marketing. Customers want their lives to be simplified. A website, app, or product exists to fulfill a consumer. Hence its success is determined by their interaction with it.

The following are some of the advantages of a user-centered design strategy for a business:

  • Customers keep coming back for more
  • There would be an increase in sales
  • Creating polished, efficient, and widely available goods
  • Understanding challenges thoroughly to provide suitable solutions
  • Customers and teams working together
  • Avoiding typical blunders
  • Enhancing Competitiveness
  • Assisting them in comprehending their market

It offers consumers the following advantages:

  • Making their life easier
  • Fulfilling their desires
  • Companies making them feel heard and understood
  • Making them feel important in the creation of things they use
  • Providing answers to challenges they were unaware they had or could not imagine solutions to

Let’s dig in to learn more about the advantages of UCD.

Businesses can benefit from using the user-centered design approach in various ways. As you incorporate this into your web development, you can enjoy the following four main advantages.

1. Prevent Project Failure

Your company might find it simpler to incorporate improvements and ensure your product is in line with actual user needs if you have a continuous feedback process assessing how customers react to your product, like a website.

Customers feel like their needs are better represented in the finished product, which can increase engagement and strengthen the bond with the company.

2. Improve ROI

This method produces products that more accurately reflect user expectations. The procedure also lessens mistakes made by website users, for instance. When combined, these factors motivate users to convert from leads to paying clients, boosting return on investment.

3. Increase Development Efficiency

In user-centered design, the objectives of the various team members are aligned. This can help clarify the best course of action for all parties involved. A more targeted, goal-oriented development process may be encouraged by the regular evaluation process.

Additionally, businesses can engage stakeholders and explain how their efforts and methodologies will improve customer interactions by using an iterative life cycle during product development.

4. Up The Level Of Competition

Customers will more fully appreciate what you offer, improve their engagement with your product or website, and be more likely to purchase from you if your product is created with their needs and expectations in mind.

As a result, this may increase your ability to compete in your sector.

5. KPIs Are Included

Given your user needs and business objectives, how do you move from the first to the second? You can measure key performance indicators with this in mind once you know what user needs are essential for the overall goals.

For instance, productivity may be the focus of office software, shopper activity may be the focus of sales tools, and retention rates may be the focus of other apps. All of these are necessary steps toward achieving business values like profit and revenue.

Human-Centered Design Versus User-Centered Design

There is a significant difference between humans and users. Simply put, all users are humans; however, not all humans will use your product. Therefore, you must thoroughly understand your target market to produce a successful user-centered design.

Detailed research should be done on the problems and goals of your users. Then, talk to them and give them several chances to offer feedback. By doing this, you’ll create a user persona that is complete and that you can use to determine the priorities for your design.

It’s critical to understand that different user groups may have additional requirements, levels of technical expertise, and expectations for using products like the one you’ve made.

What crucial guidelines or principles should designers consider when adopting a user-centric design?

The Process Of User-Centered Design

Certain fundamental principles underpin user-centered design. While the development process is always iterative, no explicit methods for implementation are specified. The approach can be implemented in either a waterfall or an agile environment.

1. Contextualization

The first step is to analyze the environment in which users will use the product. What are the intended applications of the product for future users? Teams working on projects can get answers by watching and talking to potential users.

2. Outlining The Prerequisites

Specifying the requirements for the new product is the second step. In this step, user requirements are described while considering corporate needs.

3. Design

Once the requirements are established, the actual design process can begin. Designers typically start by producing a straightforward prototype, like one made of paper, then move on to digital wireframes and a finished prototype.

4. Analysis

The project team solicits feedback from potential users after creating a prototype. This is typically done for digital applications through in-depth user testing and qualitative research.

Do surveys and tests evaluate user satisfaction, effectiveness, and efficiency? With the new information, the project team goes back to step 2 or step 3 of the design process to improve the product. Once the user feedback is satisfied, these iterations continue while taking into account corporate frameworks (time and costs).

Top 10 User-Centered Design Principles

Principles of user-centered design attempt to guarantee that usability is the primary priority throughout the development process. These principles, if successfully followed, will ensure that user experience is fulfilled not just during the initial introduction of a product but also during its use.

Furthermore, each of the following principles may be tailored to match the specific requirements and interaction demands of any product.

1. Use Simple Language

Professional Web Designer strives to provide the most readable discourse for the user while creating a product. This involves clarifying vocabulary, eliminating jargon, and simply providing information pertinent to the work.

Presenting users with irrelevant information throughout their use of the product taints its usefulness. Furthermore, basic language helps the user finish the work without being overwhelmed or confused.

2. Feedback

Users expect a reaction to all of their actions. This might involve modifying the look of the screen after completing an activity. If the job is finished after some time, it should display a loading page to notify the user that the task is in process.

Keeping the user informed throughout the process reassures them and keeps them on track with their job.

3. Maintaining Consistency

Keeping the product consistent is essential in ensuring an ideal user experience. Consistency affects how customers approach a product, and the time it takes to learn how to use it.

From the start of the project until its completion, the consistent philosophy underpinning the UCD process should be maintained. If the interface design needs to be updated, it is critical to maintaining consistency across new features to stay beneficial to the user.

4. Give The Complete User Control

Consumers are already aware of their requirements. They should be able to use a product with minimal effort and depend on the product’s help to accomplish the rest.

By removing the effort from the job, the user can do it quickly while keeping control of their activities.

5. Describe The Situation

Before developing a product, the designer must first investigate the ideal user and their wants. The designers can gain a comprehensive sense of some of the issues these people experience by studying their lifestyles.

Many of these observations are conducted through interviews. These interviews provide the designer with information on the exact goals that users want to attain and how they want to achieve them.

6. Examine the Design

Designers undertake usability testing with actual users of their product at this stage in the UCD process. This stage provides designers with insight into how consumers will interact with the product and how to modify it to suit them better.

It is advised that this stage be completed as quickly as feasible. The sooner customers provide input, the faster designers can comprehend their product from the user’s perspective.

7. Create Designs That Are Specific To The Needs Of The User

The design team must examine the distinctive features of their intended demographic as well as frequent real-world activities while beginning the design process. Furthermore, the product should be appropriate for the environment in which it will be utilized the most.

Making a product that needs a lot of work from the user reduces its usability and usefulness, ultimately defeating the objective of UCD.

8. The Design Process Is Iterative

Because user-centered design is based on putting the user first, the product team should constantly be working to improve the user experience. By introducing changes gradually, you will gain a better understanding of your target audience.

9. Adequate Navigational Tools

An essential component of the user experience is the capability to navigate between pages of your website and return to the previous one. Make sure users know where they are on your website and how to leave any pages they don’t want to see.

Customers can better understand how to navigate your page by giving them features like a navigation map, for instance. Make it simple for customers to change their order without leaving the current page if they buy clothing and discover they need a different size once they reach the checkout page.

10. Unflawed System

Customers should find it easy to navigate between your website’s pages and accomplish their goals. If they make a mistake, be there to help them fix it so they can achieve their goal.

The form may ask for specific, essential fields, such as the square footage, and may also include a gentle reminder or an alert that appears if the user accidentally leaves a required field blank.

Customers may feel more comfortable responding to your prompts and participating in a conversation if you ask questions one at a time and offer automated responses for each response.

Wrapping Up

User-centered design is more than just making a good product. It goes further than that. You demonstrate your motivations and intentions by putting your users in the spotlight. You’re demonstrating that it’s not all about meeting deadlines or turning a profit. Instead, you’re telling your users that you understand what they want and prioritize their needs.

It should come as no surprise that the most effective teams are user-centric. Knowing your customer is essential for success in any industry, including design. Create products that put the user first, and you will create products that people will love.

You can build a more robust, user-friendly website that is better equipped to respond to user needs and expectations by incorporating the User Centered Design process into your product design. However, it’s crucial to collaborate with a specialist who can apply these techniques and produce the result you’ve envisioned.

 

Featured image by pch.vector on Freepik

Source

The post 10 Key Principles of User-Centered Design first appeared on Webdesigner Depot.

Source de l’article sur Webdesignerdepot

Every developer knows that Angular is a powerful framework. However, there are some less-known features of Angular that every developer should know. 

Angular is a JavaScript framework that is used for building web applications. It is one of the most popular frameworks and is used by many big companies. Angular has many features that make it a great choice for web development.

Source de l’article sur DZONE

PHP is a widely-used open-source multi-purpose scripting language, which can be embedded in HTML and is especially suitable for Web development.

This article mainly introduces how to use the php-mqtt/client client library in PHP projects to implement the functions of connection, subscription, unsubscribing, message receiving and sending between MQTT client and MQTT server.

Source de l’article sur DZONE