REST API from VFP. No IIS. No Apache.
Turn any Visual FoxPro application into a modern HTTP server. REST routes, JWT, webhooks and middleware — all defined in pure VFP, with no external dependencies.
Features
Autonomous HTTP server
High-performance .NET/X# engine integrated as COM. No IIS, no Apache, no server configuration.
Built-in JWT
Authentication middleware with JWT tokens. Public and private endpoints declared in a HELP comment.
Webhooks
Async webhook queue with automatic retries to integrate external services.
Declarative routing
Routes are declared as HELP comments in each VFP method. No additional configuration files.
CORS and HTTPS
Native CORS support with configurable origins and HTTPS via PFX certificate.
Windows Service
Run FoxServer as a Windows service with automatic startup, without an active user session.
How it works
- 1Define a VFP controller
Create a VFP class inheriting from ApiController. Each public method with a HELP comment becomes a REST endpoint.
- 2Compile and configure
Compile the project with WinFx or from VFP. Set port, CORS and JWT in a JSON configuration file.
- 3Start the server
Run FoxServer pointing to your project. The server is listening and responding to requests in milliseconds.
Frequently asked questions
Is the license perpetual?
Does it work on Linux or macOS?
Do I need VFP on the production server?
Can I use it in a distributed EXE?
What happens when maintenance expires?
Ready to modernize your VFP stack?
Download, install and have your first REST endpoint running in under 10 minutes.
Buy now