Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/asabya/go-ipc-uds

unix domain socket implementation in go
https://github.com/asabya/go-ipc-uds

Last synced: 2 days ago
JSON representation

unix domain socket implementation in go

Awesome Lists containing this project

README

        

# go-ipc-uds

[![Go Reference](https://pkg.go.dev/badge/github.com/asabya/go-ipc-uds.svg)](https://pkg.go.dev/github.com/asabya/go-ipc-uds)
[![Go Report Card](https://goreportcard.com/badge/github.com/asabya/go-ipc-uds)](https://goreportcard.com/report/github.com/asabya/go-ipc-uds)
[![Actions Status](https://github.com/asabya/go-ipc-uds/workflows/Go/badge.svg)](https://github.com/asabya/go-ipc-uds/actions)
[![codecov](https://codecov.io/gh/asabya/go-ipc-uds/branch/master/graph/badge.svg)](https://codecov.io/gh/asabya/go-ipc-uds)

IPC using UDS (unix domain socket) in go

# Install

`go get -u github.com/asabya/go-ipc-uds`

# Examples

Check out the example

# Project52

It is one of my [project 52](https://github.com/Sab94/project52).