Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 ```