Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fhs/mux9p

Go package for multiplexing a 9P service
https://github.com/fhs/mux9p

9p go golang network plan9 protocol

Last synced: 3 days ago
JSON representation

Go package for multiplexing a 9P service

Awesome Lists containing this project

README

        

[![mux9p](https://github.com/fhs/mux9p/workflows/mux9p/badge.svg?event=push)](https://github.com/fhs/mux9p/actions?query=workflow%3Amux9p+event%3Apush)
[![Go Reference](https://pkg.go.dev/badge/github.com/fhs/mux9p.svg)](https://pkg.go.dev/github.com/fhs/mux9p)
[![Go Report Card](https://goreportcard.com/badge/github.com/fhs/mux9p)](https://goreportcard.com/report/github.com/fhs/mux9p)

## Overview

This is a Go package for multiplexing a 9P service. It's a port of [9pserve](https://9fans.github.io/plan9port/man/man4/9pserve.html).

## Installation

go get github.com/fhs/mux9p