Mainflux.mainflux/ws/doc.go

16 lines
701 B
Go

// Copyright (c) Mainflux
// SPDX-License-Identifier: Apache-2.0
// Package ws provides domain concept definitions required to support
// Mainflux WebSocket adapter service functionality.
//
// This package defines the core domain concepts and types necessary to handle
// WebSocket connections and messages in the context of a Mainflux WebSocket
// adapter service. It abstracts the underlying complexities of WebSocket
// communication and provides a structured approach to working with WebSocket
// clients and servers.
//
// For more details about Mainflux messaging and WebSocket adapter service,
// please refer to the documentation at https://docs.mainflux.io/messaging/#websocket.
package ws