An open API service indexing awesome lists of open source software.

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

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