Giter Club home page Giter Club logo

concreteserver's Introduction

Concrete Server version 0.3.8
=============================

Copyright (c) 2005-2022 Raphael Prevost <[email protected]>

Description
===========

    Concrete Server is a server framework, providing all the necessary
building blocks to design and implement efficient TCP or UDP services.

    The scope of this framework is not limited to networking functionalities,
it also provides a database access API, a string library, and a plugin system
to host various services on top of the Concrete Server.

    The Concrete Server can be either embedded, by linking to the Concrete
Server Framework Library and implementing a builtin plugin, or extended, by
using the Concrete Server with a custom external plugin.

Requirements
============

    Concrete Server should compile and run on most POSIX-compliant operating
systems providing POSIX threads support and the GNU C Compiler.

    Concrete Server can also compile and run on Microsoft Windows 2000 and
above.

Installation
============

    * POSIX-compliant Operating Systems (GNU/Linux, Mac OS X)
      -------------------------------------------------------

    To compile the Concrete Server Framework Library, the Concrete Server and
    the shipped plugins, simply run the following command:

        make -j3

    If you need to rebuild it, please run the following command first:

        make clean

    Once the compilation is over, you can run the server in interactive mode
    with this command:

        LD_LIBRARY_PATH=. ./concrete

    Or start it as a daemon:

        LD_LIBRARY_PATH=. ./concrete -d

    Don't hesitate to see the different options available, using:

        LD_LIBRARY_PATH=. ./concrete --help

    * Microsoft Windows 2000 and above
      --------------------------------

    To compile the Concrete Server Framework Library, the Concrete Server and
    the shipped plugins, you will need to use the free Dev-C++ development
    environment available at this address:

        http://www.bloodshed.net/devcpp.html

    Once Dev-C++ is installed and working, just go to the folder win32/ and
    compile the libconcrete.dev project, then the ConcreteServer.dev
    project.

    The projects come with the required dynamic link libraries, which are
    freely redistributable.

    You can run Concrete Server in interactive mode with this command:

        ConcreteServer.exe

    You can also install it as an NT Service using:

        ConcreteServer.exe /i

    and uninstall it with:

        ConcreteServer.exe /u

    Don't hesitate to see the different options available using:

        ConcreteServer.exe /h

Thanks
======

    Thank you for using Concrete Server !

concreteserver's People

Contributors

raphaelprevost avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

sengeiou

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.