Releases: coreybutler/fenix
3.0.0-rc.13
This is the first public release candidate. Please see preview.fenixwebserver.com for details. Docs are available at docs.fenixwebserver.com
Use the installer. The zip files are used for the update process and are not designed for initial setup.
Fenix 2.0.0
New Features in 2.0.0
- Request bin (receive webhooks)
- Growl support
- Installation Wizard
- Now supports Mac OSX
- Command Line Utility (requires node.js)
Upgrades in 2.0.0
- New User Interface
- Servers now have logging
- Local sites can now be shared publicly (via localtunnel)
- Automatically find an unused port for new sites (overridable)
- Show a thumbnail of running servers
Version 1.0.0
This is an archive of the original version of Fenix (1.0.0).
What is Fenix?
Fenix is a utility for times when you just need a quick server. Just specify a port number and directory (as the web root) and fire it up. This can be really useful when you need the HTTP transport but don't want to setup a new site in IIS/Apache/NGINX/etc. For example, Fenix can serve .json
files with ease, so mocking up data can be a snap.
Creating a Fenix Server
Just click the "new" option to toggle the menu. Click on the port circle to create a port. Click the New Server Name to provide a descriptive title for the server. Type in a directory path, then click the green add button.
You can also select the pencil icon to browse for a directory.
Fire up/Kill on Command
Start and stop servers as you see fit.
The server data is saved automatically, so the next time you boot up Fenix, all of your servers will still be there.
Installation
If you're using node-webkit, you can clone the repository and run nw src
to run the app.
Windows
Download the file and unzip the contents to the desktop. This will provide a folder called fenix with a file inside called fenix.exe. Run this file to open the program.
Mac
Coming soon...