Major Changes: - Replace Hunchentoot with RADIANCE web framework - Add Shirakumo distribution for RADIANCE access - Implement proper RADIANCE module with define-module declaration - Convert all route handlers to use define-page syntax - Update route paths for subdomain routing (asteroid.localhost:8080) - Fix API endpoint to use define-page instead of define-api - Update server management to use radiance:startup/shutdown Technical Improvements: - Modular architecture with subdomain routing - Proper RADIANCE module integration - Updated documentation with migration details - Fixed route syntax and parentheses issues - Added comprehensive server startup commands Routes now accessible at: - Main: http://asteroid.localhost:8080/ - Admin: http://asteroid.localhost:8080/admin - Player: http://asteroid.localhost:8080/player - API: http://asteroid.localhost:8080/api/status |
||
|---|---|---|
| .gitignore | ||
| LICENSE | ||
| Makefile | ||
| app-utils.lisp | ||
| asteroid.asd | ||
| asteroid.lisp | ||
| design.org | ||
| project-summary.org | ||
| test-server.lisp | ||