plasma-umass / doppio

Breaks the browser language barrier (includes a plugin-free JVM).
http://plasma-umass.github.io/doppio-demo
MIT License
2.16k stars 174 forks source link

Run without webserver #464

Closed Dexdev08 closed 8 years ago

Dexdev08 commented 8 years ago

Can you run doppio offline with just pure js payload? (Or locally loaded files?)

jimfb commented 8 years ago

@Dexdev08 Yes. Doppio does NOT require server-side support.

jvilk commented 8 years ago

Yes, this should work. The webserver only serves up files via HTTP and does nothing more. If XMLHttpRequest works over a file:// URL, then the example code should just work.