Skip to content

A web server library for C++ built with a focus of speed.

License

Notifications You must be signed in to change notification settings

n11software/link

                       Link - a web server library for C++
    Copyright (c) 2021, 2022, 2023, 2024 N11 Software. All rights reserved.

--------------------------------------------------------------------------------

WHAT'S LINK

        Link is a web server library for C++ built with a focus of speed.

        The source to Link is mainly written by Levi Hicks with help from
        Ariston Lorenzo in maintainership and documentation. Link is a N11
        project.

--------------------------------------------------------------------------------

GETTING SOURCES:

        You can find the Link repository at multiple places. These are all the
        repositories.

	GitHub (N11): https://github.com/n11software/link.git
	GitHub (aristonl): https://github.com/aristonl/link.git
	SourceHut (N11/aristonl): https://git.sr.ht/~aristonl/link.git

--------------------------------------------------------------------------------

INSTALLING:

        Make sure you install CMake, GCC, zlib, and OpenSSL version >=3.

	        $ mkdir build && cd build
	        $ cmake ..
	        $ make && sudo make install

        See INSTALL for in-depth installation instructions.

--------------------------------------------------------------------------------

USAGE:

        You can find a Link website template at aristonl/linkproj on GitHub or
        at git.sr.ht/~aristonl/linkproj.
        See its README for more information.

        See docs/beginners-guide.md for more information on using Link.

--------------------------------------------------------------------------------

MAILING LISTS:

        You can email ~aristonl/link-discuss@lists.sr.ht for any user
        discussion and issue reports (excluding security vulnerabilities, see
        docs/security.md). All patches and pull requests can be sent to
        ~aristonl/link-devel@lists.sr.ht.

--------------------------------------------------------------------------------

CREDITS:

        See CREDITS.

--------------------------------------------------------------------------------

Copyright (c) 2021, 2022, 2023, 2024 N11 Software. All rights reserved.

This software is open source software; you can modify it and/or distribute it
under the terms of the BSD 3-Clause License (Modified BSD License) as published
with the distribution of this software.

This program is distributed WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITENSS FOR A PARTICULAR PURPOSE.  See the
BSD 3-Clause License in the file COPYRIGHT for more details.

You should have recieved a copy of the BSD 3-Clause License with this program.
If not, see the following pages:

	<https://opensource.org/license/bsd-3-clause/>.