mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Updated README.md
This commit is contained in:
parent
c7b389cf8d
commit
3aeca448a4
@ -1,6 +1,6 @@
|
||||

|
||||
|
||||
[](https://travis-ci.org/marko-js/marko) [](https://gitter.im/marko-js/marko?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[](https://travis-ci.org/marko-js/marko) [](https://gitter.im/marko-js/marko)
|
||||
[](https://nodei.co/npm/marko/)
|
||||
|
||||
Marko is an eBay open source HTML-based templating engine that can be used to render templates on the server (Node.js) or in the web browser. It is [extremely fast](https://github.com/marko-js/templating-benchmarks) and lightweight (~3.75KB gzipped) while also supporting streaming and asynchronous rendering. Developers can extend the HTML grammar with custom tags and custom attributes to introduce new and reusable building blocks. The Marko compiler produces Node.js-compatible JavaScript modules that are [easy to read](https://gist.github.com/patrick-steele-idem/0514b480219d1c9ed8d4), understand and debug. In contrast to other templating engines, Marko avoids [evil global variables](http://archive.oreilly.com/pub/a/javascript/excerpts/javascript-good-parts/awful-parts.html) and global helpers.
|
||||
@ -1941,7 +1941,7 @@ See [CHANGELOG.md](CHANGELOG.md)
|
||||
|
||||
# Discuss
|
||||
|
||||
- Chat channel: [](https://gitter.im/marko-js/marko?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
- Chat channel: [](https://gitter.im/marko-js/marko)
|
||||
- Twitter: please use the `#MarkoJS` hashtag. Follow [@MarkoDevTeam](https://twitter.com/MarkoDevTeam)
|
||||
|
||||
Questions or comments can also be posted on the [Marko Github issues](https://github.com/marko-js/marko/issues) page.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user