Git Product home page Git Product logo

mnet's Introduction

MNet

Go Report Card Travis CI Circle CI

Mnet is a collection of superfast networking packages with implementations from ontop of tcp, udp, and others as planned. It exists to provide a lightweight foundation where other higher level APIs can be built on.

Install

go get -v github.com/influx6/mnet/...

Design

Mnet presents a flexible design in the approach of hpw structures are built. The mnet.Client is a special case which is shared among the differing protocols of tcp, udp and websocket. Each provides the mnet.Client struct with appropriate methods to allow the client perform the expected operations required.

This approach allows a massive level of flexibility and easily lets us swap in like lego blocks methods to power the underline protocol operations.

Protocols Implemented

TCP

Mnet provides the mtcp package which implements a lightweight tcp server and client implementations with blazing fast data transfers by combining minimal data copy with data buffering techniques.

Mtcp like all Mnet packages are foundation, in that they lay the necessary foundation to transfer at blazing speed without being too opinionated on how you build on top.

See MTCP for more.

UDP

Mnet provides the mudp package which implements a lightweight udp server and client implementations with blazing fast data transfers by combining minimal data copy with data buffering techniques.

Mudp like all Mnet packages are foundation, in that they lay the necessary foundation to transfer at blazing speed without being too opinionated on how you build on top.

Websockets

Mnet provides the msocks package which implements a lightweight websocket server and client implementations with blazing fast data transfers by combining minimal data copy with data buffering techniques.

Msocks like all Mnet packages are foundation, in that they lay the necessary foundation to transfer at blazing speed without being too opinionated on how you build on top.

Contributions

  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. Make your changes with clear git commit messages.
  3. Create a PR request with detail reason for change.

Do reach out anything, if PR takes time for review. :)

mnet's People

Contributors

influx6 avatar

Stargazers

Olivier avatar

Watchers

James Cloos avatar

Forkers

linkerlin

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.