Skip to content

Instantly share code, notes, and snippets.

@dsathyakumar
Last active March 29, 2023 07:45
Show Gist options
  • Save dsathyakumar/9227eea5c8b6edf3991628e762d87491 to your computer and use it in GitHub Desktop.
Save dsathyakumar/9227eea5c8b6edf3991628e762d87491 to your computer and use it in GitHub Desktop.
{
"name": "marko3-http",
"version": "0.0.0",
"description": "Example of using Marko with a simple Node.js HTTP server",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"marko",
"http",
"server"
],
"author": "",
"license": "MIT",
"dependencies": {
"async-writer": "^2.1.3",
"marko": "~3.14.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment