UNPKG

spincycle

Version:

A reactive message router and object manager that lets clients subscribe to object property changes on the server

16 lines (14 loc) 415 B
<!doctype html> <html> <head> <title>spin</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="manifest" href="/manifest.json"> <script src="src/bower_components/webcomponentsjs/webcomponents-lite.js"></script> <link rel="import" href="src/spin-app/spin-app.html"> </head> <body> <spin-app></spin-app> </body> </html>