flixy

command module
v0.0.0-...-056167f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 1, 2015 License: MIT Imports: 14 Imported by: 0

README

flixy.xyz

GoDoc Build Status

watch netflix, collaboratively

this is the server component. if you're looking for the extension source code, you're looking for flixy-chrome-extension.

Fx support will be coming once the Fx HTML5 client has landed.

Documentation

Overview

Package main provides the executable flixy server

Directories

Path Synopsis
Godeps
_workspace/src/github.com/Xe/middleware/xrequestid
Package xrequestid implements an http middleware for Negroni that assigns a random id to each request Example: package main import ( "fmt" "net/http" "github.com/codegangsta/negroni" "github.com/pilu/xrequestid" ) func main() { mux := http.NewServeMux() mux.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) { fmt.Fprintf(w, "X-Request-Id is `%s`", r.Header.Get("X-Request-Id")) }) n := negroni.New() n.Use(xrequestid.New(16)) n.UseHandler(mux) n.Run(":3000") }
Package xrequestid implements an http middleware for Negroni that assigns a random id to each request Example: package main import ( "fmt" "net/http" "github.com/codegangsta/negroni" "github.com/pilu/xrequestid" ) func main() { mux := http.NewServeMux() mux.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) { fmt.Fprintf(w, "X-Request-Id is `%s`", r.Header.Get("X-Request-Id")) }) n := negroni.New() n.Use(xrequestid.New(16)) n.UseHandler(mux) n.Run(":3000") }
_workspace/src/github.com/codegangsta/negroni
Package negroni is an idiomatic approach to web middleware in Go.
Package negroni is an idiomatic approach to web middleware in Go.
_workspace/src/github.com/drone/routes
Package routes a simple http routing API for the Go programming language, compatible with the standard http.ListenAndServe function.
Package routes a simple http routing API for the Go programming language, compatible with the standard http.ListenAndServe function.
_workspace/src/github.com/drone/routes/exp/cookie/authcookie
Package authcookie implements creation and verification of signed authentication cookies.
Package authcookie implements creation and verification of signed authentication cookies.
_workspace/src/github.com/drone/routes/exp/routes
Package routes a simple http routing API for the Go programming language, compatible with the standard http.ListenAndServe function.
Package routes a simple http routing API for the Go programming language, compatible with the standard http.ListenAndServe function.
_workspace/src/github.com/e-dard/tock
Package tock provides a Ticker which is API-compatible with a time.Ticker, but also allows the caller to stop, restart, and adjust duration with which the Ticker ticks.
Package tock provides a Ticker which is API-compatible with a time.Ticker, but also allows the caller to stop, restart, and adjust duration with which the Ticker ticks.
_workspace/src/github.com/googollee/go-socket.io
go-socket.io is the implement of socket.io in golang.
go-socket.io is the implement of socket.io in golang.
_workspace/src/github.com/gorilla/websocket
Package websocket implements the WebSocket protocol defined in RFC 6455.
Package websocket implements the WebSocket protocol defined in RFC 6455.
_workspace/src/github.com/gorilla/websocket/examples/autobahn
Command server is a test server for the Autobahn WebSockets Test Suite.
Command server is a test server for the Autobahn WebSockets Test Suite.
_workspace/src/github.com/ogier/pflag
pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
Package models provides the models and methods to interface with them for the flixy server.
Package models provides the models and methods to interface with them for the flixy server.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL