@candlefw/lantern

Extensible Web Server

Usage no npm install needed!

<script type="module">
  import candlefwLantern from 'https://cdn.skypack.dev/@candlefw/lantern';
</script>

README

Web Server

v0.0.14

Highlevel design goals.

  • Module based resource handlers.
  • Intuitive plugin interface.
  • Aggressive cache system.
  • Wick / Radiate integration and prerendering / caching.
  • Built in CFW resources.

Config Object

{
    port:80 // Default port 80. 
}