• Stars
    star
    1,639
  • Rank 27,376 (Top 0.6 %)
  • Language
    JavaScript
  • License
    GNU General Publi...
  • Created about 10 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple and visual static web server with collaboration features.

Fenix Web Server

Fenix is a desktop web server for developers. Check out fenixwebserver.com for details. There are some YouTube videos of the old version. We do not yet have any screencasts of v3.0.0, but a live demo for Bleeding Edge Web was recorded during the early development days.

Fenix 3.0.0

Sponsors (as of 2020)


If you're using Fenix, we'd love your feedback!

Fenix 3.0.0 release candidate 13 for macOS and Windows is available.

Join the Mailing List (signup on the bottom of the page)

Tweet v2.0 Downloads v3.0.0 Downloads


UPDATE 9/18/19 Fenix 3 is done, for both Mac and Windows. We had to cut a few things, like automatic updates (it will prompt you to download a new version when new updates are available). Unfortunately, the tools for updating an Electron app aren't really sufficient enough to support some of the new features (like the built-in CLI, updating the PATH, etc). We are working on a more streamlined autoupdate experience, which will power future versions.

Fenix 3 is just one of several things we've been working on under the Author.io brand to make writing software a more efficient/enjoyable process. Since there are several efforts underway (and only 2 of us working on everything), we're also spending time to turn Author.io into a full-fledged company. Don't worry, Fenix will still be free... we're exploring other monetization options to support continued development, as well as sponsorship for the many open source efforts we're puring time into.

We're also nearly finished with the following:

  • NGN 2.0.0 - A JS library for building your own frameworks.
  • Chassis - A PostCSS pre-processing framework.
  • Web Components - A web component library.
  • Metadoc - A JS documentation utility that produces JSON.

NGN, Chassis, and the web components were all used to build Fenix 3 and the associated websites. NGN has been battle-tested with clients like TopGolf, Aunt Bertha, and several enterprises. We're actively working on Metadoc to produce better documentation for the Fenix 3 API libraries.

We've also released the initial Fenix 3 docs.

A placeholder website for author.io, a Twitter account @author_io and an Author.io Facebook Page are live.

For those we invited to the early beta, thank you. Your feedback has been invaluable. I'd also like to publicly thank those of you who have donated. Your support means the world to us!

We have some exciting new things coming in 3.0.0:

Base

  • Abstracted Foundation (i.e. our electron boilerplate)
  • Middleware Plugin System (Internal Use Only)
  • UI Plugin System (Internal Use Only)

The plugin system is only for internal use. We hope to expand this for developer use in a later edition.

Open Core

  • Autoupdate macOS (evergreen) - No more ridiculously long delays between updates!
  • Autoupdate Windows (evergreen) - 90% done.
  • Brand new UI.
  • Native CLI app (no need to npm install fenix-cli anymore).
  • Automatic port management.
  • Port conflict resolution via porthog
  • Replace Growl w/ Native System Notifications.
  • Optional JS/CSS minification.
  • Optional GZip compression.
  • Optionally Render Markdown as HTML (used to always do this, now you have a choice).
  • Optional ETags.
  • Optional CORS Support
  • Optional JSON/XML/YAML Pretty-Print.
  • Option to output logs to physical file.
  • API
  • Global Preferences
  • Soft Delete of Servers
  • "Pretty" names for SSH tunneling (i.e. myapp.localtunnel.me)
  • SSH Tunneling Keepalive
  • Light Theme
  • Dark Theme
  • System Tray Support
  • "Run in Background" Mode
  • Drag 'n' Drop Server Creation (App & System Tray)
  • Installer (macOS pkg, Windows NSIS)
  • New Responsive File Browser.
  • Autodeployment (w/ badge service via author.io)

There have been several requests for things like gzip compression, ETags, etc. These features don't typically make sense for the simplest form of local development, but modern UI development "done right" requires a little more emphasis on networking/transmission. These features become very useful when testing and troubleshooting, so we've made it possible to turn them on/off for each server. We're also extending the Fenix API to manage these things programmatically, and we anticipate releasing a gulp/grunt plugin to help automate local testing workflows.

PRO Edition

  • Log Filtering
  • Advanced Live Reload
  • Custom Response Headers.
  • Multiple server root directories.
  • Realtime connection monitoring & statistics
  • SSL Support (Fenix CA)
  • Fenix Certificate Authority
    • Windows Trustchain Management
    • OSX Trustchain Management
    • Firefox Trustchain Management
    • Automatic NIC Management & Synchronization

Due to the unique and complex nature of some of these features, we are moving them into a separate project. They will likely resurface in 3.1.x or 3.2.x edition (possibly for free).

The request browser will be released as it's own separate app, so it won't be in Fenix 3.0.0. I always felt it was a useful tool, and survey results agree... but it also doesn't fit in as well with the original scope of Fenix. Moving it to it's own project will help it get the attention it needs to be truly awesome.

Finally, we're going "open core". Most of the features above will be free, but more advanced features are slated for a commercial release. As much has we'd like to make this free, devlopment has already grown into a full time effort.


Fenix 2.0 (OLD EDITION)

Main App:

Fenix

Webhook Browser

Fenix Webhooks

The wiki has additional information about how Fenix works, how to hack on it, and how to use it on other platforms. The release history has older versions and a changelog.

Known Issues

Like Fenix?

Making a donation will go towards the development of Fenix. At the moment, I'd love to reach a simple goal of $100 in annual contributions so I can obtain an Apple Developer license for Fenix... which is the only application I'm distributing on Mac. This would help prevent the "Cannot install from unidentified developer" annoyance some OSX Mavericks users experience. Other contributions would go towards future efforts like hosting a public SSH tunnel (to take some load off localtunnel.me) and new feature development.

Support OSS Development via Stripe or Become a Patron

GPL License

Fenix 2.0 is available under the GPL license.

More Repositories

1

nvm-windows

A node.js version management utility for Windows. Ironically written in Go.
Go
33,877
star
2

node-windows

Windows support for Node.JS scripts (daemons, eventlog, UAC, etc).
JavaScript
2,744
star
3

node-mac

Node utilities for Mac
JavaScript
530
star
4

node-linux

Create native background daemons on Linux systems.
JavaScript
419
star
5

iam

Identification and access management library for all JS runtimes that support ES Modules.
JavaScript
75
star
6

porthog

Identify which process is using a specific port.
JavaScript
28
star
7

fenix-cli

A command line interface for Fenix web servers.
JavaScript
26
star
8

nodedistro

A node.js distribution metadata service, designed to support node version managers.
22
star
9

shortbus

A lightweight flow control module that works like a mini event bus + serial/parallel processor.
JavaScript
20
star
10

localenvironment

Simply and optionally apply environment variables if they exist in env.json.
JavaScript
19
star
11

cfamazon

ColdFusion Amazon Integration
ColdFusion
17
star
12

JSAppStack

Code for the "Future of JS App Architecture" Sencha Meetup on 9/6/2011.
JavaScript
14
star
13

common-api

A collection of utility methods for producing API's.
JavaScript
11
star
14

cfw

Cloudflare worker local development environment and publishing tool.
JavaScript
11
star
15

musthave

A Node.js helper module for checking object elements against a list of required elements.
JavaScript
10
star
16

go-fsutil

A light abstraction for common file system functions.
Go
10
star
17

go-timer

A timer library, designed for porting JavaScript's setTimeout and setInterval functions to Go.
Go
8
star
18

tappedout

A simple "back to basics" JavaScript test runner for producing TAP-formatted results. Built using ES Modules.
JavaScript
8
star
19

productionline

An extendable class for creating builds (transpilation, minification, concatenation, etc).
JavaScript
6
star
20

clifirst

The demo app for my OpenJS World 2020 Conference talk: "The Benefits of a 'CLI First' Development Strategy"
6
star
21

daemon-manager

A utility module designed to standardize the daemon management API across node-windows, node-mac, and node-linux.
JavaScript
6
star
22

sslgen

Quickly generate self-signed SSL certificates for testing.
JavaScript
5
star
23

goose

Simple MongoDB Organizational Pattern
JavaScript
5
star
24

productionline-web

An extension of productionline, providing common web/UI build capabilities.
JavaScript
5
star
25

tracktime

A cross-runtime "stopwatch" for JavaScript environments. Use it to track execution times.
JavaScript
5
star
26

go-where

Determines where a global executable exists on a computer.
Go
5
star
27

workspace

A container-based workflow management utility.
JavaScript
4
star
28

assettracker

AssetTracker is a web-based tool for documenting assets in your IT infrastructure.
ColdFusion
4
star
29

servers

Server scripts
Shell
4
star
30

github-autotag

Monitor package.json for version changes and auto-tag new releases.
JavaScript
3
star
31

go-localenvironment

Apply environment variables if they exist in env.json.
Go
3
star
32

postit

A visual survey building tool built on ColdFusion and Ext JS
JavaScript
3
star
33

dev-cdn

A repository of static assets.
2
star
34

staticassets

A repository for blog assets.
2
star
35

customlog

Really simple custom logging.
JavaScript
2
star
36

tapfmt

A standalone TAP formatter application for all operating systems and runtimes.
Go
2
star
37

bugconnect

BugConnect is a small package of CF components that connect to and interact with Bugzilla.
ColdFusion
2
star
38

site-cb

CB Site
CSS
1
star
39

gulp-depalert

A gulp plugin to identify outdated dependencies.
JavaScript
1
star
40

bg

Run and deploy Node.js scripts as background services.
JavaScript
1
star
41

etl-shell

A base app for building ETL processes with JavaScript
1
star
42

promo

Assets for promoting projects, sponsorship, etc.
1
star
43

aoi

JavaScript
1
star
44

polymer-doc-generator

Generate JSON representations of custom Polymer-based web components. Also provides an example static HTML doc builder utility.
JavaScript
1
star
45

quickimage

An image conversion library.
JavaScript
1
star
46

cms

Static CMS UI
1
star