Bernhard K. Weisshuhn
|
4b30275f4e
|
use explicit text only mode for script tag in example
|
2013-08-07 14:00:43 +02:00 |
|
Bernhard K. Weisshuhn
|
d0d150fb37
|
don't require express rc in example
|
2012-12-26 16:19:09 +01:00 |
|
Bernhard Weisshuhn (a.k.a. bernhorst)
|
93236bd275
|
Update example/express/app.js
fix example require name
|
2012-12-26 08:02:01 +01:00 |
|
Karl Westin
|
660206b3f4
|
Cleaned up 'examples' dir
|
2012-12-16 06:38:58 -08:00 |
|
Karl Westin
|
4feaaddbe7
|
Added a normal http.createServer example
|
2012-12-09 09:25:12 -08:00 |
|
Karl Westin
|
2c0641547e
|
Adding a really stupid buildscript for the client, feel free to improve
:)
Also, removing html5 boilerplate from the example
|
2012-12-09 09:02:48 -08:00 |
|
Karl Westin
|
9787c83ad0
|
Added a package.json for the example
Bumped version no
|
2012-12-09 08:44:00 -08:00 |
|
Karl Westin
|
35e84bb038
|
Modularize, to make it easier to use in other apps
Howto:
// pass in a node http server object:
require("node-dronestream").listen(server);
// attach the 5 js files. Yes let's make a build some time
|
2012-12-09 08:26:06 -08:00 |
|