Skip to content
/ yak-js Public
forked from dasMulli/yak-js

WebSocket Servers with JavaScript Plugins based on nodejs

License

Notifications You must be signed in to change notification settings

vsa/yak-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

Speed up client development using plug&play JavaScript WebSocket servers

This tool is for developing, rapid prototyping, testing, integrating and simulating WebSocket communication.

Get started

Get started in less than 55 seconds. If you have already installed node.js.

Download

Go to the latest release package 0.4.0-rc. Download zip package and extract it.

Start the server

Go to yakjs-server and use node yakjs-server.js or the startup scripts. This will stat the yakjs-server with default service port 8790.

Start the client

Go to yakjs-ui and open the index.html (latest browser generation recommended) It will automatically try to connect to the yakjs-server service port ws://localhost:8790

Start an instance

On the service user interface, start pre configured 'echo' instance. Now your 'echo' WebSocket server instance is running and ready. You can test it with any WebSocket client (e.g.: websocket.org)

Screenshot of the service user interface alt text

Analytics

About

WebSocket Servers with JavaScript Plugins based on nodejs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 94.7%
  • CSS 5.3%