Releases: swiftstream/crawl-server
Releases · swiftstream/crawl-server
🫡Ready to serve
This release enables your WebAssembly (wasm) web application to render its pages for search engine crawlers, making it indexable and SEO-friendly.
Key Features
- Server-Side Rendering for Wasm Apps: Automatically generates HTML from your WebAssembly Swift app, allowing search engines to index content as if it were a static HTML site.
- Instance Management: Spawns and isolates multiple WebAssembly instances, ensuring stable performance and independent global states.
- Caching and Optimization:
- Configurable
expiresInandlastModifiedAtheaders for effective caching. ETagsupport for efficient client-side caching and reduced server load.
- Configurable
- Standalone and Module Support: Use as a standalone server or import as a module with flexible environment-based configuration.
Performance
- Cold Start:
300msto start a new WebAssembly instance. - Warm Call:
100msfor active instances. - Cached Response:
1msfor serving cached HTML.