Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ca-archived/aeromock
Lightweight mock web application server
https://github.com/ca-archived/aeromock
freemarker groovy handlebars jade java json mock scala template-engine thymeleaf velocity
Last synced: 5 days ago
JSON representation
Lightweight mock web application server
- Host: GitHub
- URL: https://github.com/ca-archived/aeromock
- Owner: ca-archived
- License: mit
- Created: 2014-08-12T09:26:27.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-04T17:58:42.000Z (almost 9 years ago)
- Last Synced: 2024-10-30T02:36:44.638Z (7 days ago)
- Topics: freemarker, groovy, handlebars, jade, java, json, mock, scala, template-engine, thymeleaf, velocity
- Language: Scala
- Homepage:
- Size: 3.39 MB
- Stars: 152
- Watchers: 18
- Forks: 11
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Aeromock
===[![Gitter chat](https://badges.gitter.im/CyberAgent/aeromock.png)](https://gitter.im/CyberAgent/aeromock)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/jp.co.cyberagent.aeromock/aeromock-server_2.11/badge.svg)](https://maven-badges.herokuapp.com/maven-central/jp.co.cyberagent.aeromock/aeromock-server_2.11)
[![Circle CI](https://circleci.com/gh/CyberAgent/aeromock.png?style=shield&circle-token=3d2a76e5fdfb5c6c6da90f1eb7038ebd8df0e85a)](https://circleci.com/gh/CyberAgent/aeromock)
[![](https://badge.imagelayers.io/stormcat24/aeromock:latest.svg)](https://imagelayers.io/?images=stormcat24/aeromock:latest 'Get your own badge on imagelayers.io')
[![License: MIT](http://img.shields.io/badge/license-MIT-orange.svg)](LICENSE)
[![Coverage Status](https://img.shields.io/coveralls/CyberAgent/aeromock.svg)](https://coveralls.io/r/CyberAgent/aeromock?branch=master)
![logo](https://github.com/CyberAgent/aeromock/raw/master/aeromock-view/img/aeromock.png)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](https://github.com/CyberAgent/aeromock/wiki).Requirements
===
* Java >= 1.7
* Git
* Vagrant >= 1.5 (If using Vagrant Share)Docker Image
===
[Docker Hub](https://registry.hub.docker.com/u/stormcat24/aeromock/)Supported template engines (Currently)
===* Freemarker
* handlebars.java
* Jade4j
* Velocity
* Groovy Template Engine
* ThymeleafContributors
===
* Akinori Yamada - [@stormcat24](https://twitter.com/stormcat24) [github](https://github.com/stormcat24)License
===
See [LICENSE](LICENSE).Copyright © CyberAgent, Inc. All Rights Reserved.