A React-based web application to estimate the average and peak number of simultaneous sessions for digital content applications. Useful for capacity planning, such as estimating the number of required SignalR connections.
- Calculate average and peak simultaneous sessions
- Adjustable input parameters
- Responsive design with dark mode support
- Built with React and Tailwind CSS
- Clone the repository
- Install dependencies:
npm install
- Start the development server:
npm start
- Open http://localhost:3000 in your browser
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License.
This application was primarily developed using an AI language model (Claude 3.5 Sonnet) via Claude Dev. While efforts have been made to ensure accuracy and functionality, please use the results as estimates and validate them for your specific use case.