Skip to content

DevenLu/airserver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AirServer

The aim of the project is to create a complete reference implementation of the entire AirPlay protocol universe in Node.js.

This is very much work-in-progress :) So much so that - to be honest - you most likely do not want to use this module at all. Instead I encurage you to take a look at my more low-level AirPlay modules. I keep an up-to-date list of them here: https://gist.github.com/watson/50e46a6085ffc805d326

Build status js-standard-style

Usage Example

var airserver = require('airserver')('Picture Frame');

airserver.on('photo', function (stream) {
  // frame it!
});

About

Node.js AirPlay server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%