Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dasmulli/yak-js
WebSocket Servers with JavaScript Plugins based on nodejs
https://github.com/dasmulli/yak-js
Last synced: 21 days ago
JSON representation
WebSocket Servers with JavaScript Plugins based on nodejs
- Host: GitHub
- URL: https://github.com/dasmulli/yak-js
- Owner: dasMulli
- License: mit
- Created: 2014-02-09T21:26:12.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-07-28T08:57:47.000Z (over 7 years ago)
- Last Synced: 2024-04-14T06:49:49.223Z (7 months ago)
- Language: JavaScript
- Homepage: www.yakjs.com
- Size: 8.53 MB
- Stars: 0
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ![YAKjs logo](http://www.yakjs.com/asset/yakjs-logo-64.svg) YAKjs
[![GitHub version](https://img.shields.io/github/tag/cschuller/yak-js.svg?style=flat-square)](https://github.com/cschuller/yakjs)
[![npm](https://img.shields.io/npm/v/yakjs.svg?style=flat-square)](https://www.npmjs.com/package/yakjs)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://raw.githubusercontent.com/cschuller/yakjs/master/LICENSE)A local server to stub complex WebSocket backends.
Visit [yakjs.com](http://www.yakjs.com/) for full documentation.
## Getting started
YAKjs requires [nodejs](https://nodejs.org/).
### Install via npm
```
npm install yakjs -g
```### Start YAKjs
```
> yakjs
```This will start YAKjs using default port `8790`.
### Open the YAKjs User Interface
Open the YKAjs user interface at [**http://localhost:8790**](http://localhost:8790)
### Alternative install via download
Download the complete zip package with the **[latest release here](https://github.com/cschuller/yakjs/releases)**.
Run the startup script ```> yakjs.bat ```