swindon 0.7.8

An HTTP edge (frontend) server with smart websockets support
1
2
3
4
5
6
7
8
9
10
11
12
13
14
listen:
- 127.0.0.1:8080

routing:
  localhost/js: public
  localhost/css: public
  localhost/img: public

handlers:
  public: !Static
    mode: relative_to_domain_root
    index-files: [index.html]
    path: public
    text-charset: utf-8