Replace TCP, application layer comm framework.
instantwebp2p - node fork that supports UDT. congestion control - optimal usage of bandwidth flow control - avoid overwhelming the receiver. window based - no packets in flight
<CORSConfiguration> | |
<CORSRule> | |
<AllowedOrigin>*</AllowedOrigin> | |
<AllowedMethod>GET</AllowedMethod> | |
</CORSRule> | |
</CORSConfiguration> |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
Replace TCP, application layer comm framework.
instantwebp2p - node fork that supports UDT. congestion control - optimal usage of bandwidth flow control - avoid overwhelming the receiver. window based - no packets in flight
<head> | |
<title>selector</title> | |
</head> | |
<body> | |
<h1>Welcome to Meteor!</h1> | |
{{> hello}} | |
</body> |
History: https://github.com/meteor/meteor/blob/devel/History.md Cordova integration wiki page: https://github.com/meteor/meteor/wiki/Meteor-Cordova-Phonegap-integration
Create app
meteor create buzz
/* | |
Only allow users with a verified email address on a pre-verified domain to log in. | |
We're getting people to authenticate and only authorising those that have an email we recognise. | |
Assumes a Meteor.settings like: | |
{ adminDomains: ['tableflip.io', 'meteor.com'] } | |
...and meteor-developer accounts, but other login mechanisms (email, twitter) would work too. | |
*/ |
html,body,#objects { | |
width: 100%; height: 100% | |
} | |
body{ | |
background:white; | |
} |
head | |
68 x 36.5 cm | |
eyes | |
12cm diameter | |
- 13cm in from left x 9.5 down from top. | |
neck 1 | |
47 x 4.7cm |
#include <Servo.h> | |
Servo servo; | |
int servoPin = 9; | |
int rotationSpeed = 1250; | |
// Oi! Jamie! You may need to noodle the value of `rotationSpeed` | |
// As far as I can tell, it means: |