Giter VIP home page Giter VIP logo

go-ipc's Introduction

go-ipc: A library for inter-process communication written in pure Go.

This package gives you access to os-native ipc mechanisms on Linux, OSX, FreeBSD, and Windows.

CircleCI GoDoc Go Report Card

  • Pure Go implementation, no cgo is required.
  • Works on Linux, OSX, FreeBSD, and Windows (x86 or x86-64).
  • Support of the following mechanisms:
    • fifo (unix and windows pipes)
    • memory mapped files
    • shared memory
    • system message queues (Linux, FreeBSD, OSX)
    • cross-platform priority message queue
    • mutexes, rw mutexes
    • semaphores
    • events
    • conditional variables

Install

  1. Install Go 1.4 or higher.
  2. Run
go get -u bitbucket.org/avd/go-ipc

System requirements

  1. Linux, OSX, FreeBSD, and Windows (x86 or x86-64).
  2. Go 1.4 or higher.

Documentation

Documentation can be found at godoc.

Notes

Build status

This library is currently beta. The 'master' branch is not guaranteed to contain stable code, it is even not guaranteed, that it builds correctly on all platforms. The library uses Semantic Versioning 2.0.0, so it is recommended to checkout the latest release.

Contributing

Any contributions are welcome. Feel free to:

Before opening a PR, be sure, that:

  • your PR has an issue associated with it.
  • your commit messages are adequate.
  • you added unit tests for your code.
  • you gofmt'ed the code.
  • you used gometalinter to check your code.

PR's containing documentation improvements and tests are especially welcome.

LICENSE

This package is made available under an Apache License 2.0. See LICENSE and NOTICE.

go-ipc's People

Contributors

avdva avatar jonowoodhouse avatar kei2100 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.