https://github.com/codenoid/eaw-gas-stack
Introduction to EaW (Elixir as Web) & GaS (Golang as Service) Stack
https://github.com/codenoid/eaw-gas-stack
Last synced: 25 days ago
JSON representation
Introduction to EaW (Elixir as Web) & GaS (Golang as Service) Stack
- Host: GitHub
- URL: https://github.com/codenoid/eaw-gas-stack
- Owner: codenoid
- Created: 2019-05-18T04:58:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-18T05:08:24.000Z (almost 7 years ago)
- Last Synced: 2025-07-06T07:03:59.500Z (8 months ago)
- Size: 1000 Bytes
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EaW-GaS-Stack
Introduction to EaW (Elixir as Web) & GaS (Golang as Service) Stack
## So What is EaW & GaS
EaW is short of Elixir as Web, which is mean all of your Website, API, or Any socket connection are written in Elixir (/Erlang), because what ? Elixir has Phoenix and other socket-server that come with fault-tolerant system
GaS is short of Golang as Service, which is mean all of your micro/service are using Go, let many "gopher" being deployed across thousand of instance/node, let "gopher" easily kill himself if the service is not used, just one micro/service binary and deploy it across node with/out docker