Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fhs/mux9p
- Owner: fhs
- License: mit
- Created: 2018-11-10T21:10:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T17:40:19.000Z (over 3 years ago)
- Last Synced: 2024-06-19T16:59:55.406Z (5 months ago)
- Topics: 9p, go, golang, network, plan9, protocol
- Language: Go
- Size: 67.4 KB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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