Scala HTML FreeMarker Groovy JavaScript Shell Other
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
aeromock-cli
aeromock-dsl
aeromock-freemarker
aeromock-groovy-template
aeromock-handlebars-java
aeromock-jade4j
aeromock-report
aeromock-server
aeromock-spec-support
aeromock-thymeleaf removed lagacy test modules of cli. #39 Feb 8, 2015
aeromock-velocity
aeromock-view
project
tutorial
.editorconfig
.gitignore ignore venv Nov 28, 2014
.sbtopts
LICENSE
README.md add imagelayer badge Feb 4, 2016
README_ja.md Update README_ja.md Mar 2, 2015
circle.yml
fabfile.py
modules.txt
sbt
versions.txt

README.md

Aeromock

Gitter chat Maven Central Circle CI License: MIT Coverage Status logo

What is Aeromock?

Aeromock is an application server that generates HTML from template files and data files. It enables speedy frontend development without the need for server side modules. Aeromock is referred to as a lightweight mock web application server.

Features

  • No need to restart the application server once it has been started.
  • HTML pages are generated from template files and their corresponding data files (JSON or YAML).
  • Supports templates that invoke methods and make use of custom tags and functions.
  • Various patterns can be rendered per template file.
  • URL rewriting can be controlled via a routing script.
  • Capable of functioning as a mock JSON API server.
  • Capable of functioning as a static content server (js, css, images).
  • Respond binary data of Protocol Buffers, and messagepack.

Getting started

Please refer to the wiki.

Requirements

  • Java >= 1.7
  • Git
  • Vagrant >= 1.5 (If using Vagrant Share)

Docker Image

Docker Hub

Supported template engines (Currently)

  • Freemarker
  • handlebars.java
  • Jade4j
  • Velocity
  • Groovy Template Engine
  • Thymeleaf

Contributors

License

See LICENSE.

Copyright © CyberAgent, Inc. All Rights Reserved.