Skip to content

TeamLe-Shop/das-forum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

das-forum

A server for communicating with other users.

Libraries

The used libraries are:

Building

The build process is as follows:

  1. Run make install-dependencies if the dependencies have not been installed yet on your system. This is not required for subsequent builds.
  2. Run make to build the source.

Running

DasForum™ by default listens on port 7778. You can create a config.json relative to the executable and specify the port there. For example:

{
    "port": 9001
}

You can specify the path to the configuration file using the command line argument -config.

$ ./dasforum -config verygoodconfigname.json

About

A server for communicating with other users.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages