Skip to content
Snippets Groups Projects
  • Julian Bouzas's avatar
    795df4b6
    lib: add wpipc library · 795df4b6
    Julian Bouzas authored
    Simple library that uses sockets for inter-process communication. It provides an
    API to create server and client objects. Users can add custom handlers in the
    server, and clients can send requests for those custom handlers.
    795df4b6
    History
    lib: add wpipc library
    Julian Bouzas authored
    Simple library that uses sockets for inter-process communication. It provides an
    API to create server and client objects. Users can add custom handlers in the
    server, and clients can send requests for those custom handlers.