https://github.com/princemaple/httpbin_proxy
Demo of migrating existing backend to Elixir
https://github.com/princemaple/httpbin_proxy
Last synced: 2 days ago
JSON representation
Demo of migrating existing backend to Elixir
- Host: GitHub
- URL: https://github.com/princemaple/httpbin_proxy
- Owner: princemaple
- License: mit
- Created: 2018-07-21T12:34:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-06-05T06:44:30.000Z (about 3 years ago)
- Last Synced: 2025-11-04T12:22:38.450Z (8 months ago)
- Language: Elixir
- Size: 13.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HttpbinProxy
Commit by commit, this repo shows how to migrate an existing API service to Elixir.
Httpbin is used as the existing api service to illustrate how to gradually build an
Elixir implementation on top of that, while keeping the whole functionality working.
GenServer and DynamicSupervisor are used to demo caching (general) and implementation
comparison (business specific) functionalities.