Skip to content

c-hive/ws-anywhere

Folders and files

NameName
Last commit message
Last commit date
Jul 17, 2020
May 17, 2019
May 15, 2019
Jun 3, 2019
Jun 9, 2019
Apr 28, 2019
May 15, 2019
May 2, 2019
May 15, 2019
Jun 9, 2019
Jul 17, 2020
Jun 9, 2019
Jun 6, 2019
Mar 14, 2020
Nov 21, 2019

Repository files navigation

WS Anywhere

Customizable WebSocket test server in 3 easy steps:

Features

  • Send custom message on message received
  • Send custom message periodically
  • Disconnect from clients

Usage

Use this script to (re)set the app in an idempotent way on Heroku.

export HEROKU_APP=ws-anywhere

heroku apps:destroy --confirm $HEROKU_APP
heroku create $HEROKU_APP

heroku addons:create mongolab

heroku git:remote
git push heroku master

heroku ps:scale web=1