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

https://github.com/h2non/webmotely-server

Webmotely server gateway for communication between clients powered by Node.js
https://github.com/h2non/webmotely-server

Last synced: 4 months ago
JSON representation

Webmotely server gateway for communication between clients powered by Node.js

Awesome Lists containing this project

README

          

# webmotely-server

> This project is a proof of concept

**Webmotely** gateway server powered by node.js and WebSockets

To see it in action, visit the [demo](http://webmotely.github.io/demo) page

## Setup

Clone this repository
```bash
git clone https://github.com/webmotely/webmotely-server.git && cd webmotely-server
```

Install runtime dependencies
```bash
npm install
```

Start the server
```bash
npm start
```

## License

MIT - Tomas Aparicio