Pre-Requisite for AMS Web Application development
Software requirements
- Ant Media Server Enterprise Edition
- Node.js
- NPM
- IDE
- HTTP Server
Node.js & NPM Installation
You can follow Node.js's official documentation to be able to install Node.js and NPM.
IDE
You can use your favorite IDE. We will use the Visual Studio Code for the rest of the documentation.
To install the Visual Studio Code, please follow the installation steps mentioned here.
HTTP Server
You can use any HTTP server. We will use Python's built-in HTTP server for the rest of the documentation.
To install Python, please follow the installation steps mentioned here.