vimwiki/tech/express.js.wiki

9 lines
192 B
Plaintext
Raw Permalink Normal View History

2021-11-19 02:30:01 +00:00
= Express.js =
Express.js is a web framework for node.js, for making full stack web
applications.
== Hello World ==
Below is a hello world application, that responds on the root directory.