Skip to content

Instantly share code, notes, and snippets.

View edwin-bluekite's full-sized avatar

Edwin Allen edwin-bluekite

  • Bluekite
  • Guatemala
View GitHub Profile
@cjihrig
cjihrig / Proxying Server Sent Events Using Hapi.md
Last active June 24, 2017 03:56
Proxying Server Sent Events Using Hapi
  1. Place server.js and sse.html in the same directory
  2. npm install hapi nipple
  3. node server.js
  4. In browser that supports Server Sent Events, navigate to http://localhost:3000/sse.html
  • Navigating to this page triggers a connection to /stream.
  • /stream connects to /events and proxies the data back to the client.
  • /events provides the actual Server Sent Events stream.

Portlandia Guide

Eat & Drink in Pearl District

@edwin-bluekite
edwin-bluekite / BlueAPIGuide.md
Created October 28, 2013 18:01
Bluekite REST API Design Guidlines (Draft)
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active June 21, 2024 01:45
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname