EJS icon
EJS icon

EJS

What is the "E" for? "Embedded?" Could be. How about "Effective," "Elegant," or just "Easy"? EJS is a simple templating language that lets you generate HTML markup with plain JavaScript.

Cost / License

  • Free
  • Open Source

Platforms

  • Mac
  • Windows
  • Linux
-
No reviews
4likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Web-Based
  2.  Support for Javascript
  3.  Javascript scripting

EJS News & Activities

Highlights All activities

Recent activities

  • Jinja icon
    daghemo added EJS as alternative to Jinja
Show all activities

EJS information

  • Developed by

    Matthew Eernisse
  • Licensing

    Open Source (Apache-2.0) and Free product.
  • Written in

  • Alternatives

    11 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  8,059 Stars
  •  853 Forks
  •  117 Open Issues
  •   Updated  
View on GitHub

Popular alternatives

View all
EJS was added to AlternativeTo by Thelle Christensen on and this page was last updated . EJS is sometimes referred to as Embedded JavaScript
No comments or reviews, maybe you want to be first?
Post comment/review

What is EJS?

What is the "E" for? "Embedded?" Could be. How about "Effective," "Elegant," or just "Easy"? EJS is a simple templating language that lets you generate HTML markup with plain JavaScript. No religiousness about how to organize things. No reinvention of iteration and control-flow. It's just plain JavaScript.

Use plain JavaScript We love JavaScript. It's a totally friendly language. All templating languages grow to be Turing-complete. Just cut out the middle-man, and use JS!

Fast development time Don't waste time and attention figuring out arcane new syntax because 'elegance' — or how to preprocess your data so it will actually render right.

Simple syntax JavaScript code in simple, straightforward scriptlet tags. Just write JavaScript that emits the HTML you want, and get the job done!

Speedy execution We all know how fast V8 and the other JavaScript runtimes have gotten. EJS caches the intermediate JS functions for fast execution.

Easy debugging It's easy to debug EJS errors: your errors are plain JavaScript exceptions, with template line-numbers included.

Active development EJS has a large community of active users, and the library is under active development. We're happy to answer your questions or give you help.

Official Links