https://github.com/wizardone/simple_server
A simple server written in Elixir
https://github.com/wizardone/simple_server
server simple sockets tcp
Last synced: 8 months ago
JSON representation
A simple server written in Elixir
- Host: GitHub
- URL: https://github.com/wizardone/simple_server
- Owner: wizardone
- Created: 2018-07-22T08:17:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-05T06:10:22.000Z (over 7 years ago)
- Last Synced: 2025-04-06T01:26:05.291Z (about 1 year ago)
- Topics: server, simple, sockets, tcp
- Language: Elixir
- Size: 9.77 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimpleServer
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `simple_server` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:simple_server, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/simple_server](https://hexdocs.pm/simple_server).