Skip to content

medikoo/asynchronous-javascript-interfaces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asynchronous JavaScript Interfaces

March 2014, meet.js presentation slides & notes

Published at medikoo.com/asynchronous-javascript-interfaces

Made with Bespoke.js presentation engine and following plugins: history, keys, notes, progress, scale, substeps, sync, touch

See also plain-promise simplified (educational) implementation of promises made for this presentation to explain promises to newcomers

To install & view presentation locally

$ npm install
$ npm start

By default slideshow would be served at port 8000. You can customize it and few other settings by providing env.json configuration file in main folder, following settings are supported:

  • dev: (default: false), if true client file will be generated dynamically on each request (any changes made to client modules will be visible after page reload)
  • port: (default: 8000), port at which slideshow would be served
  • sync: (default: false), whether to sync slideshow among different browsers or tabs
  • root: (default: "/") root url path of presentation

About

Asynchronous JavaScript Interfaces (march 2014 presentation)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages