# go-nanomsg-examples **Repository Path**: mirrors_didip/go-nanomsg-examples ## Basic Information - **Project Name**: go-nanomsg-examples - **Description**: Examples on how to use nanomsg in Go language - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Tutorials on how to use nanomsg in Go ### Dependency `go get bitbucket.org/gdamore/mangos` ### Running the examples go run the individual file. Example: `go run reqrep.go` ### Resources * [tim.dysinger.net/posts/2013-09-16-getting-started-with-nanomsg.html](http://tim.dysinger.net/posts/2013-09-16-getting-started-with-nanomsg.html) * [hguemar.fedorapeople.org/slides/nanomsg/presentation.html](http://hguemar.fedorapeople.org/slides/nanomsg/presentation.html) * [bitbucket.org/gdamore/mangos/test/benchmark_test.go](https://bitbucket.org/gdamore/mangos/src/e3de96f25bd2ea4282eea2d1a86c1bebac8950cb/test/benchmark_test.go?at=master)