Skip to content

nathan-osman/daemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

NitroShare Daemon

A daemon for NitroShare written in Go.

Why?

Go is especially well-suited for NitroShare. Goroutines and channels greatly simplify network communications. Go offers the performance of C/C++ without making I/O difficult. Binaries produced by the Go compiler are completely self-contained - no runtime or interpreter is required.

About

NitroShare daemon written in Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages