https://github.com/appulse-projects/echo-service-elixir
Simple Echo service in Elixir
https://github.com/appulse-projects/echo-service-elixir
elixir
Last synced: over 1 year ago
JSON representation
Simple Echo service in Elixir
- Host: GitHub
- URL: https://github.com/appulse-projects/echo-service-elixir
- Owner: appulse-projects
- Created: 2018-01-28T15:53:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-15T14:10:24.000Z (about 6 years ago)
- Last Synced: 2025-01-21T02:43:37.653Z (over 1 year ago)
- Topics: elixir
- Language: Elixir
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
Simple echo server `Elixir` project for test purposes.
## Run
```bash
$> docker run \
--name echo-service-elixir \
--detach \
--publish 4369:4369 \
--net=host \
--network="host" \
xxlabaza/echo-service-elixir \
--cookie=secret \
--name=echo@{IP}
```