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
- Host: GitHub
- URL: https://github.com/h2non/webmotely-server
- Owner: h2non
- Created: 2014-07-19T11:41:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-21T11:34:10.000Z (over 11 years ago)
- Last Synced: 2024-10-18T11:25:53.064Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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