Skip to content

Latest commit

 

History

History
 
 

server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Concord Server

  • db - main database module, included into impl to autorollout on start;
  • dist - the server's distribution. Includes the main module, the default cfg file and core plugins;
  • impl - main app module;
  • plugins - core server-side plugins;
  • queue-client - WebSocket based client for the process queue. Used by the Agent;
  • sdk - set of APIs for server plugins.