Guides
...
Frameworks - Tools
Express JS
Using TypeScript
8min
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.
- Create a new Node.js project and install Express:
- Install the SDK
- Create a file named server.js in the root directory.
- Add the following code to server.js
- Start the server
- Access the endpoint locally:
- http://localhost:3000/metadata
You can deploy your Express app on platforms like: