Coreybutler Fenix Versions Save

A simple and visual static web server with collaboration features.

3.0.0-rc.13

4 years ago

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.

image

v2.0.0

10 years ago

New Features in 2.0.0

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

1.0.0

10 years ago

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.

screen1

You can also select the pencil icon to browse for a directory.

screen2

Fire up/Kill on Command

Start and stop servers as you see fit.

screen3

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...