All Projects → CyberAgent → Aeromock

CyberAgent / Aeromock

Licence: mit
Lightweight mock web application server

Programming Languages

java
68154 projects - #9 most used programming language
scala
5932 projects
groovy
2714 projects

Projects that are alternatives of or similar to Aeromock

Spring Boot Email Tools
A set of services and tools for sending emails in a Spring Boot 1.5.x application using a Template Engine
Stars: ✭ 164 (+7.89%)
Mutual labels:  freemarker, thymeleaf, template-engine
Generator Http Fake Backend
Yeoman generator for building a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
Stars: ✭ 49 (-67.76%)
Mutual labels:  json, mock
Emrichen
A Template engine for YAML & JSON
Stars: ✭ 40 (-73.68%)
Mutual labels:  json, template-engine
Handlebars.java
Logic-less and semantic Mustache templates with Java
Stars: ✭ 1,204 (+692.11%)
Mutual labels:  template-engine, handlebars
Node Quick Mock
🌞 基于Express的mock接口平台
Stars: ✭ 33 (-78.29%)
Mutual labels:  json, mock
Jbuilder
Generate JSON objects with a Builder-style DSL, inspired by jbuilder
Stars: ✭ 37 (-75.66%)
Mutual labels:  json, template-engine
Template.js
A javascript template engine, simple, easy & extras, support webpack, rollup, parcel, browserify, fis and gulp
Stars: ✭ 1,201 (+690.13%)
Mutual labels:  handlebars, jade
Handlebars.net
A real .NET Handlebars engine
Stars: ✭ 723 (+375.66%)
Mutual labels:  template-engine, handlebars
Materialtabstemplate
MaterialTabsTemplate is solely created to reduce the burden of writing same boiler plate codes for Tab creation in Android.
Stars: ✭ 92 (-39.47%)
Mutual labels:  freemarker, template-engine
Mockit
A tool to quickly mock out end points, setup delays and more...
Stars: ✭ 1,534 (+909.21%)
Mutual labels:  json, mock
Handlebars Iron
Handlebars middleware for Iron web framework
Stars: ✭ 119 (-21.71%)
Mutual labels:  template-engine, handlebars
Treefrog Framework
TreeFrog Framework : High-speed C++ MVC Framework for Web Application
Stars: ✭ 885 (+482.24%)
Mutual labels:  json, template-engine
Springbootunity
rabbitmq、redis、scheduled、socket、mongodb、Swagger2、spring data jpa、Thymeleaf、freemarker etc. (muti module spring boot project) (with spring boot framework,different bussiness scence with different technology。)
Stars: ✭ 845 (+455.92%)
Mutual labels:  freemarker, thymeleaf
Manifold
Manifold plugs into Java to supplement it with powerful features, from Type-safe Metaprogramming (direct access to GraphQL, JSON, XML, etc.), Extension Methods, Operator Overloading, and Unit Expressions to an integrated Template Engine and a Preprocessor. All fully supported in IntelliJ IDEA and Android Studio. Simply add Manifold to your project and begin taking advantage of it.
Stars: ✭ 993 (+553.29%)
Mutual labels:  json, template-engine
Dyson
Node server for dynamic, fake JSON.
Stars: ✭ 814 (+435.53%)
Mutual labels:  json, mock
Jb
A simple and fast JSON API template engine for Ruby on Rails
Stars: ✭ 1,075 (+607.24%)
Mutual labels:  json, template-engine
Easy mock api
easy mock json api
Stars: ✭ 145 (-4.61%)
Mutual labels:  json, mock
Panini
A super simple flat file generator.
Stars: ✭ 562 (+269.74%)
Mutual labels:  json, handlebars
Handlebars Rust
Rust templating with Handlebars
Stars: ✭ 632 (+315.79%)
Mutual labels:  template-engine, handlebars
Jeeplatform
一款企业信息化开发基础平台,拟集成OA(办公自动化)、CMS(内容管理系统)等企业系统的通用业务功能 JeePlatform项目是一款以SpringBoot为核心框架,集ORM框架Mybatis,Web层框架SpringMVC和多种开源组件框架而成的一款通用基础平台,代码已经捐赠给开源中国社区
Stars: ✭ 1,285 (+745.39%)
Mutual labels:  freemarker, thymeleaf

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].