Skip to content

Latest commit

 

History

History

core

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Cigar -- A Javascript framework for asynchronous programming

Using this framework, you can write asynchronous code that is

  • easy to understand
  • easy to maintain
  • await/async (which is ES7 feature) is not required
  • No more callback hells.

For more details, checkout examples at https://github.com/stonezhong/cigar/tree/master/examples