Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View bengl's full-sized avatar
💭
Set your status

Bryan English bengl

💭
Set your status
View GitHub Profile
  • Create a GitHub account (if you don't already have one)
  • On the command line, in your home directory or a directory you have for projects, run: git clone https://github.com/nodejs/node.git
  • When that is done: cd node
  • Go to https://github.com/nodejs/node and use the "Fork" button to fork your own repo of node
  • On the page for your fork, use the "Clone or download" button and copy the URL for cloning to your clipboard, then run: git remote add mine <paste that URL here!>
  • Follow the instructions at https://github.com/nodejs/node/blob/master/BUILDING.md to build Node.js.
  • Email help@nodetodo.org or tweet at @NodeTodo to get a good first contribution to work on or to get help with any of the above steps.
@bengl
bengl / http-next.js
Last active September 13, 2020 09:17 — forked from wesleytodd/framework.js
Just noodling on the future Node.js and http
import http from 'http-next'
import fs from 'fs'
const server = http.createServer({
allowHTTP1: true,
allowHTTP2: true,
allowHTTP3: true,
key: fs.readFileSync('localhost-privkey.pem'),
cert: fs.readFileSync('localhost-cert.pem')
})
@bengl
bengl / LICENSE.txt
Created December 13, 2012 10:00 — forked from 140bytes/LICENSE.txt
Do A Barrel Roll!
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE