Skip to content

garajo/marko-koa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample App: Marko + Koa + Lasso

This sample app illustrates how to integrate Marko with a very basic Koa app. For this sample app, we use the streaming API to stream the output of the template rendering to the HTTP response stream. In addition, this sample application illustrates how to create custom tags that can be embedded into your templates.

Installation

git clone https://github.com/marko-js-samples/marko-koa.git
cd marko-koa
npm install
npm start

Navigate to http://localhost:8080/ to see your server in action!

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.3%
  • HTML 33.7%