Skip to content

Hands on Exercises for the EON workshop

License

Notifications You must be signed in to change notification settings

isabella232/eon-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eon-workshop

Hands on Exercises for the EON workshop

This workshop contains three hands on lessons. You can find the client source in each directory. The source for a optional NodeJS server apps that create sample data streams, is also included.

Note that the code in the example html files includes the support libraries with a url without the protocol. ex: // instead of http://. This is the preferred way to reference external resources in production because the browser will automatically choose http or https as appropriate. However, this trick won't work if you are loading your files directly from the filesytem (file://) instead of through a webserver.

When doing this workshop you should either use a local webserver or else change the urls to specify http:// directly.

About

Hands on Exercises for the EON workshop

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 77.7%
  • JavaScript 22.3%