Which to use?
Select the right Antryk service type based on your application’s needs. Each service type is optimized for different use cases and deployment patterns.Quick Decision Guide
Web Services
Backend APIs, microservices, webhooks• REST APIs and GraphQL endpoints
• Long-running connections
• Database connections
• High throughput
Static Sites
Frontend applications, marketing sites• React, Vue, Angular apps
• Next.js, Nuxt, SvelteKit
• SSR and ISR support
• Global CDN
Background Workers
Async processing, queue workers• Process queues
• Async tasks
• Batch operations
• Scheduled jobs
Cron Jobs
Scheduled tasks, periodic operations• Daily backups
• Data cleanup
• Reports
• Scheduled workflows
Serverless Functions
Event-driven, API endpoints• HTTP endpoints
• Webhook handlers
• Low-traffic APIs
• Pay-per-execution
Detailed Comparison
Web Services
Best for:- Backend APIs and microservices
- Webhooks and real-time processing
- Applications requiring persistent connections
- High-throughput services
- Database connections and connection pooling
- Continuous operation
- Autoscaling based on CPU/memory
- Health checks and automatic recovery
- Custom domains with SSL
- Environment variables
- REST API server
- GraphQL endpoint
- Webhook receiver
- Long-running services
- API gateway
Get Started
Deploy a web service
Static Sites
Best for:- Frontend applications
- Marketing and landing pages
- Documentation sites
- JAMstack applications
- Static content with CDN
- Pre-rendered content
- Global CDN distribution
- SSR and ISR support
- Automatic deployments
- Preview environments
- React/Vue/Angular app
- Next.js application
- Blog or documentation
- Marketing website
- Portfolio site
Get Started
Deploy a static site
Background Workers
Best for:- Processing message queues
- Async task execution
- Batch operations
- Data synchronization
- Long-running background jobs
- Queue-based processing
- Auto-scaling workers
- Retry logic and error handling
- Cost-efficient for async workloads
- Monitoring and metrics
- Email sending
- Image processing
- Payment processing
- Data ETL jobs
- Report generation
Get Started
Deploy a background worker
Cron Jobs
Best for:- Scheduled tasks
- Periodic data operations
- Automated workflows
- Cleanup and maintenance
- Time-based triggers
- Cron-based scheduling
- Serverless execution
- Pay-per-execution pricing
- Automatic retries
- Execution history
- Daily database backups
- Periodic data cleanup
- Scheduled reports
- Health checks
- Cache warming
Get Started
Deploy a cron job
Serverless Functions
Best for:- Event-driven workloads
- HTTP endpoints
- Webhook handlers
- Low-traffic APIs
- Cost-optimized services
- Pay-per-execution pricing
- Auto-scaling from zero
- Event triggers
- Fast cold starts
- Built-in timeout
- Webhook endpoint
- Form submission handler
- API proxy
- Event processor
- Micro-function
Get Started
Deploy a serverless function
Choosing by Use Case
Building a Full-Stack Application
Frontend: Static SiteBackend: Web Service
Database: PostgreSQL or MongoDB
Background Jobs: Background Workers
Scheduled Tasks: Cron Jobs
API Development
Primary API: Web ServiceWebhooks: Serverless Functions
Background Processing: Background Workers
Database: PostgreSQL
Content Website
Frontend: Static SiteCMS Backend: Web Service
Storage: Storage Buckets
Database: PostgreSQL or MongoDB
Real-Time Processing
Processing Service: Web ServiceQueue: Redis
Workers: Background Workers
Monitoring: Metrics & Logs
Migration Guide
From Heroku
| Heroku Type | Antryk Equivalent |
|---|---|
| Web Dyno | Web Service |
| Worker Dyno | Background Worker |
| Clock Process | Cron Job |
| Static Site | Static Site |
From AWS
| AWS Service | Antryk Equivalent |
|---|---|
| EC2 Instance | Web Service or Pod |
| Lambda | Serverless Functions |
| ECS Task | Web Service |
| CloudWatch Events | Cron Jobs |
| S3 Website | Static Site |
From Vercel
| Vercel Type | Antryk Equivalent |
|---|---|
| Serverless Function | Serverless Functions |
| Static Site | Static Site |
| Edge Function | Serverless Functions |
Still Unsure?
If you’re not sure which service type to use:- Start with Web Services for most backend applications
- Use Static Sites for frontend deployment
- Consider your traffic pattern - constant vs. sporadic
- Think about scaling needs - autoscaling vs. fixed instances
- Review pricing models - pay-per-second vs. pay-per-execution
Contact Support
Get help choosing the right service

