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

https://github.com/membrane/node-sse-example


https://github.com/membrane/node-sse-example

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

          

# Membrane

## Installation

Download membrane at https://github.com/membrane/api-gateway/releases/latest.
Unzip it in a folder called `membrane`.

## Configuration

Add the following file content:

```xml













```

## Start

```bash
cd membrane
./service-proxy.sh
```

The membrane admin console will be at http://localhost:9001/admin/.

# Server

```bash
cd sse-server
npm install
node server.js
```

# Client

```bash
cd sse-client
```

And open the `index.html` in your browser.

You can watch the calls at http://localhost:9001/admin/calls/.