godaemon
Daemonizer
A package to create a daemon process from a Go application by making copies of it instead of using fork(), with features like output capture and file inheritance.
Daemonize Go applications deviously.
493 stars
30 watching
55 forks
Language: Go
last commit: over 3 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| A framework for writing composable HTTP handlers in Go. | 349 |
| A package that enhances the JSON encoding in Go to make it more visually appealing by adding colorization. | 46 |
| A collection of Go packages that simplify building small daemons and servers by providing convenient features for logging, process management, networking, metrics, and configuration. | 50 |
| Tool for easy configuration of Go applications with support for environment variables and command line flags. | 68 |
| A package simplifying interaction with AWS DynamoDB using Go. | 12 |
| A tool that simplifies the process of creating web applications with Go on the backend and various frontend frameworks. | 1,026 |
| A web-based TODO app utilizing WebSockets and HTMX for dynamic updates | 10 |
| A tool to colorize error messages from Go build commands. | 113 |
| A high-performance tokenization library for Go, capable of parsing various data formats and syntaxes. | 103 |
| A tool for generating type-specific code in Go using generics | 1,710 |
| Automates generating implementations of common Go functions from input parameter types. | 1,246 |
| A tool to help developers containerize applications in seconds by automating the process of generating necessary files and templates. | 687 |
| A console logger package for Go applications | 0 |
| Tools for generating Golang code from SQL definitions | 18 |
| A tokenizer based on dictionary and Bigram language models for text segmentation in Chinese | 21 |