Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/domibies/simultaneous-sessions-calc
Simultaneous Sessions Calculator: A React-based tool for estimating average and peak concurrent user sessions.
https://github.com/domibies/simultaneous-sessions-calc
capacity-planning claude-3-5-sonnet dashboard react signalr vercel
Last synced: 22 days ago
JSON representation
Simultaneous Sessions Calculator: A React-based tool for estimating average and peak concurrent user sessions.
- Host: GitHub
- URL: https://github.com/domibies/simultaneous-sessions-calc
- Owner: domibies
- Created: 2024-08-29T12:01:43.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-29T12:17:12.000Z (5 months ago)
- Last Synced: 2024-11-16T17:13:45.060Z (2 months ago)
- Topics: capacity-planning, claude-3-5-sonnet, dashboard, react, signalr, vercel
- Language: TypeScript
- Homepage: https://simultaneous-sessions-calc.vercel.app/
- Size: 188 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://simultaneous-sessions-calc.vercel.app)
## 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](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](https://github.com/saoudrizwan/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.