https://github.com/upbit/zserver
Personal Use Only
https://github.com/upbit/zserver
Last synced: 8 months ago
JSON representation
Personal Use Only
- Host: GitHub
- URL: https://github.com/upbit/zserver
- Owner: upbit
- License: mit
- Created: 2015-03-07T14:12:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-18T14:24:45.000Z (almost 11 years ago)
- Last Synced: 2025-03-24T21:42:29.337Z (about 1 year ago)
- Language: Elixir
- Homepage:
- Size: 1.08 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ZServer
--------------------
A simple web server written in Elixir.
## How-To
1. `git clone https://github.com/upbit/zserver.git`
1. `mix deps.get && mix deps.compile`
1. Dev: `iex -S mix`
1. Release: `MIX_ENV=prod mix release`
## To-Do
* [x] A web server framework written in Elixir
* [x] ~~Support [maru](https://github.com/falood/maru)/[maru_swagger](https://github.com/falood/maru_swagger)~~
* [x] Handling 40x/500 error in routers
* [x] Add [exsync](https://github.com/falood/exsync) in server for code reload
* [ ] Release project NekoNail, a illusts/ranking spider of pixiv.net
* [ ] Support similarity illust search use ElasticSearch