Week 1 Challenge: Lua HTTP-Server Implementation for Mail-Service #63
Labels
No labels
apache
api
api-contract
api-gateway
authentication
automation
breaking-change
comments
component/deployment
component/documentation
component/service-management
configuration
contact-form
coordination/cross-repo
coordination/needed
core
deployment
development
development-ready
digital-sovereignty
distribution
effort
large
effort
medium
effort
small
enhancement
frontend
furt-service
furt/gateway
furt/installation
gateway
gateway-integration
generator
gitea-testing
health-check
help-wanted
hugo
hugo-integration
infrastructure
installation
logging
low-tech
mail
meta
meta/duplicate
meta/planning
meta/wontfix
monitoring
observability
openapi
organization
packaging
performance
planning
platform/linux
priority
high
priority
low
priority
medium
production
question
sagjan
security
service
service-analytics
service-development
service-formular2mail
service-newsletter
service-request
service-sagjan
session
blocker
session
handover
session
next
shortcode
specs
ssl
status
blocked
status
done
status
in-progress
status
review
status
to-go
systemd
testing
tooling
type
admin
type
bug
type
config
type
deployment
type
docs
type
enhancement
type
feature
type
handover
type
infrastructure
type
installation
type
maintenance
type
migration
type/refactor
type
research
type
security
type/testing
v0.1.0
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: DAW/furt#63
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Objective
Implement basic HTTP-Server in Pure Lua as first step of Furt API-Gateway (replacing planned Go implementation).
Success Criteria (1 Week)
Technical Specifications
Dependencies Status (VERIFIED)
All dependencies tested and working on Arch Linux:
File Structure to Create
furt-lua/
├── src/
│ ├── main.lua # HTTP-Server (50-100 Zeilen)
│ ├── request_parser.lua # Request-Parsing (< 100 Zeilen)
│ └── response.lua # Response-Formatting (< 50 Zeilen)
├── config/
│ └── server.lua # Server-Konfiguration
├── scripts/
│ └── start.sh # Start-Script
└── tests/
└── test_http.lua # Basic HTTP-Tests
Implementation Milestones
Day 1: Basic HTTP-Server
Day 2: Request Parsing
Day 3: Response Formatting
Day 4: Routing
Day 5: Testing
Module Size Constraint
Testing Requirements
Next Steps After HTTP-Server
Session Goal
Ende der nächsten Session: Funktionierender Lua-HTTP-Server für Mail-API bereit für SMTP-Integration.
Priority: High - Foundation für gesamte Furt-Migration
Effort: Small - 1 Session Implementation
Dependencies: All verified and ready ✅