Guides
Frameworks - Tools

Express JS

1min

You can use the framework to create web applications of your choice, for example Express.

This section is being reviewed and expanded.

Express.js provides simplicity and complete control over how you configure your server. It's ideal for creating lightweight APIs.

We have documented examples using ExpressJS with JavaScript and with TypeScript. The example with JS is quite simple for easy and quick understanding, and the example with TS is more robust but just as easy and quick to understand. You can always check all our examples in the following repository.