All Projects → Heapy → Kotlin Dev Proxy

Heapy / Kotlin Dev Proxy

Licence: gpl-3.0
Simple server for proxy requests and host static files written in Kotlin and Undertow.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Kotlin Dev Proxy

Apicurio Studio
Open Source API Design
Stars: ✭ 638 (+3652.94%)
Mutual labels:  developer-tools
Tddd
A Laravel Continuous Integration Package
Stars: ✭ 722 (+4147.06%)
Mutual labels:  developer-tools
Parity
Shell commands for development, staging, and production parity for Heroku apps
Stars: ✭ 801 (+4611.76%)
Mutual labels:  developer-tools
Derive more
Some more derive(Trait) options
Stars: ✭ 647 (+3705.88%)
Mutual labels:  developer-tools
Puppeteer Api Zh cn
📖 Puppeteer中文文档(官方指定的中文文档)
Stars: ✭ 697 (+4000%)
Mutual labels:  developer-tools
Reactprimer
React component prototyping tool that generates fully connected class component code.
Stars: ✭ 743 (+4270.59%)
Mutual labels:  developer-tools
Lunar Unity Console
High-performance Unity iOS/Android logger built with native platform UI
Stars: ✭ 628 (+3594.12%)
Mutual labels:  developer-tools
Graph Node
Graph Node indexes data from blockchains such as Ethereum and serves it over GraphQL
Stars: ✭ 884 (+5100%)
Mutual labels:  developer-tools
Revise.jl
Automatically update function definitions in a running Julia session
Stars: ✭ 705 (+4047.06%)
Mutual labels:  developer-tools
Headcrab
A modern Rust debugging library 🦀
Stars: ✭ 756 (+4347.06%)
Mutual labels:  developer-tools
Powerline Shell
A beautiful and useful prompt for your shell
Stars: ✭ 5,743 (+33682.35%)
Mutual labels:  developer-tools
Devdocs
API Documentation Browser
Stars: ✭ 27,208 (+159947.06%)
Mutual labels:  developer-tools
Conferences.digital
👨‍💻Watch the latest and greatest conference videos on your Mac
Stars: ✭ 751 (+4317.65%)
Mutual labels:  developer-tools
Hostctl
Your dev tool to manage /etc/hosts like a pro!
Stars: ✭ 642 (+3676.47%)
Mutual labels:  developer-tools
Adb Enhanced
🔪Swiss-army knife for Android testing and development 🔪 ⛺
Stars: ✭ 808 (+4652.94%)
Mutual labels:  developer-tools
Mist
A distributed, tag-based pub-sub service for modern web applications and container-driven cloud.
Stars: ✭ 634 (+3629.41%)
Mutual labels:  developer-tools
Bloop
Bloop is a build server and CLI tool to compile, test and run Scala fast from any editor or build tool.
Stars: ✭ 730 (+4194.12%)
Mutual labels:  developer-tools
Androiddeveloptools
Android开发工具助手
Stars: ✭ 17 (+0%)
Mutual labels:  developer-tools
Appleevents
The unofficial Apple Events app for macOS
Stars: ✭ 831 (+4788.24%)
Mutual labels:  developer-tools
Awesome Ios Interview
📲 The curated list of iOS Developer interview questions and answers, Swift & Objective-C
Stars: ✭ 753 (+4329.41%)
Mutual labels:  developer-tools

= Simple HTTP Proxy for local development

Proxying static files and request: all what you need in modern SPA development.

Simple install:

[source,bash] git clone https://github.com/IRus/kotlin-dev-proxy.git

And use:

[source,bash] cd kotlin-dev-proxy ./gradlew run

== Setup

Make copy of application.yml.sample in same directory and name it application.yml. Change application.yml to meet your need.

=== Available configuration

  • port - port on with proxy will be started
  • host - host to run application
  • mappings - prefix for API requests and target host
  • files - location of static files on disk, for example: C:\\dev\\projects\\frontend or /home/user/dev/frontend

== Contribution

Please leave feedback, create issues and make pull request!

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].