/simultaneous-sessions-calc

Simultaneous Sessions Calculator: A React-based tool for estimating average and peak concurrent user sessions.

Primary LanguageTypeScript

Simultaneous Sessions Calculator

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.

Live Demo

Try the calculator here

Features

  • Calculate average and peak simultaneous sessions
  • Adjustable input parameters
  • Responsive design with dark mode support
  • Built with React and Tailwind CSS

Local Development

  1. Clone the repository
  2. Install dependencies: npm install
  3. Start the development server: npm start
  4. Open http://localhost:3000 in your browser

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License.

Disclaimer

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.