Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View rgeraldporter's full-sized avatar

Robert Gerald Porter rgeraldporter

View GitHub Profile

Minimum Viable Async with Node 6

With the release of Node 6.0.0, the surface of code that needs transpilation to use ES6 features has been reduced very dramatically.

This is what my current workflow looks like to set up a minimalistic and fast microservice using micro and async + await.

The promise

@rauchg
rauchg / README.md
Last active January 6, 2024 07:19
require-from-twitter