Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meysam81/get-response-server
a service that gets the clients request in a frame, deframe & decodes it, calculate response, encode & frame it, and send it back to the client itself
https://github.com/meysam81/get-response-server
bisphone client-server erlang get-response server-side service socket-programming
Last synced: 20 days ago
JSON representation
a service that gets the clients request in a frame, deframe & decodes it, calculate response, encode & frame it, and send it back to the client itself
- Host: GitHub
- URL: https://github.com/meysam81/get-response-server
- Owner: meysam81
- License: other
- Created: 2018-07-26T09:13:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-26T09:57:11.000Z (over 6 years ago)
- Last Synced: 2024-11-22T15:40:56.782Z (3 months ago)
- Topics: bisphone, client-server, erlang, get-response, server-side, service, socket-programming
- Language: Erlang
- Size: 1.41 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# get-response-server
This service has one protocol and one protocol only (you may add to it later),
but for now this is how you can communicate to this app.
## Quick Start
To start with, you're going to need rebar3 which you
can get from [HERE](https://github.com/erlang/rebar3)After that, the next step is to clone this repository to your local computer
using the following command in your **linux** terminal
`git clone [email protected]:meysam81/get-response-server.git`Next step is easy, you should change your current directory to
the directory of this repository which you can accomplish
from the following command in your **linux** terminal
`cd get-response-server`From here on, your work is easy. Just enter the following command
in your **linux** terminal
`make rel-dev && make console-dev`And now your service is up and running and awaiting requests from
clients.I have provided a sample client for you which you can get using
the [THIS LINK](https://github.com/meysam81/get-response-client)### Acknowledment
I should thank my [mentor](https://github.com/mohsenmoqadam) for showing me the path to the new world
of programming, that is the programming to _change the world_