Awesome NodeJS

Contents Packages Mad science Command-line apps Functional programming HTTP Debugging / Profiling Logging Command-line utilities Build tools Hardware Templating Web frameworks Documentation Filesystem Control flow Streams Real-time Image Text Number …

The definitive Node.js handbook

This handbook is a getting started guide to Node.js, the server-side JavaScript runtime environment. Table of Contents Introduction to Node.js A brief history of Node.js How to install Node.js How much …

go: easy socket server

Unix domain socket, česky unixový soket, je v informatice prostředkem meziprocesové komunikace, jenž je charakterizován restrikcí na jednu instanci operačního systému (méně přesně na jeden počítač) a možností zajistit komunikaci v obou směrech. Tyto dvě vlastnosti, instrument unixového …

Pigo: Go face detection library

Pigo is a purely Go face detection library based on Pixel Intensity Comparison-based Object detection paper (https://arxiv.org/pdf/1305.4537.pdf). Key features  Does not require OpenCV or any 3rd party modules to be installed  High …

gosec – Golang Security Checker

Golang security checker. Inspects source code for security problems by scanning the Go AST. Gosec can be configured to only run a subset of rules, to exclude certain file paths, …