Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Double

Double is an remote event service based on HTTP protocol, used for http server push event easily.

NOTES: Double just support POSIX systems like linux

1. BUILDING AND INSTALLATION

CMAKE (UNIX)

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

CMAKE (General)

  # Build type (default is 'Release')
  CMAKE_BUILD_TYPE
  
  # Install prefix 
  CMAKE_INSTALL_PREFIX

The following 'Double' specific CMake variables are as follows

  # Specify the installation path (default is 'CMAKE_INSTALL_PREFIX/double')
  DOUBLE_INSTALL_PREFIX

  # Specify the libevent binary directory
  DOUBLE_LIBEVENT_BINARY_DIR 
  
  # Specify the libevent include directory
  DOUBLE_LIBEVENT_INCLUDE_DIR

About

Remote event service based on HTTP (SSE)

Topics

Resources

Stars

6 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages