package
1.1.0
Repository: https://github.com/icefiredb/components-go.git
Documentation: pkg.go.dev

# Functions

ListenAndServe creates a new server and binds to addr configured on "tcp" network net.
ListenAndServeNetwork creates a new server and binds to addr.
NewServerNetwork Create a new web server.

# Structs

Server defines a server for clients for managing client connections.

# Interfaces

Conn represents a client connection.