Skip to content
neko_code edited this page Jul 21, 2018 · 4 revisions

Welcome to the neko-webframework wiki!

Overview

Skylar

Skylar is a powerful cross-platform, module based web server (contains no higher level logic).

Features:

  • Http(s) 1.1/2
  • WebSockets
  • Applications (modules)
  • Multithreaded
  • Highly configurable
  • Full support for x-sendfile (partial content)

Nova

Nova is a mini framework library which can be used when building your own server applications.

Features:

  • Routing
  • Controllers (controller factory, controller contexts)
  • Session storage (cookie, file, database)
  • Identity (users)
  • Database support
  • Request context object. The context contains base/example logic for parsing Skylar requests.

Sample project

Sample project contains examples of server applications using some Nova features.

Clone this wiki locally