1.0.3 • Published 9 years ago

frameless-connect v1.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

Connect your node app automatically to the Frameless iOS app, or any other full screen webpage viewer that connects to Framer Studio

If you have a node app or any other web server running on port 8080, use the following code to have Frameless automatically connect to it to save you from having to find and type in the URL. This will broadcast the framerstudio bonjour advertisement with the port you supply.

$ npm install frameless-connect --save-dev

var bonjour = require('frameless-connect');
bonjour(8080);

Use in the command line

$ npm install frameless-connect -g

$ frameless-connect 8080 # Or whatever port you want to view

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago