Skip to content

Latest commit

 

History

History

server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Ringboard server

Crates.io Version

This binary is the heart of Ringboard and is the only piece of code capable of writing data to the database. The server waits for client commands over a Unix socket, processing and responding to requests serially.

Important files:

  • The allocator is responsible for writing to the database.
  • Requests are processed here.
  • The reactor contains the io_uring event loop.