Skip to content

A native lightweight, high performant PUB/SUB server.

License

Notifications You must be signed in to change notification settings

kirtanshetty/sanchaar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sanchaar

Build instructions

  1. Install CMake latest version.
  2. Go to the project root directory.
  3. Execute these commands to build the project
mkdir build
cd build
cmake ..
make -j4
  1. Execute the binary generated in the build directory.
  2. Directory structure of the project should be as follows.
  sanchaar
    /src              // All the source code, library and utilities
    /test             // Your test files that will use the library (Also, helpful for someone who uses the library)
    /build            // Run cmake and make in this directory, this directory should not be commited. 
    /CMakeLists.txt   // List file for cmake
    /README.md        // Project readme file.

About

A native lightweight, high performant PUB/SUB server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published