Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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_