Skip to content

A simple websocket client for developing, testing and debugging websocket servers.

License

Notifications You must be signed in to change notification settings

JannikEmmerich/websocket-client

Repository files navigation

WebsocketClient

This is a simple client for developing, testing and debugging websocket servers.

How to use

Go to websocket-client.js.org and enter a websocket url. After this is complete, you can enter some Json code and send it to the server, and in the field below you will see the server's response.

Please note that you probably have Cross-Origin problems. But you can clone or download the gh-pages branch and host it yourself or serve it with a local http server (e.g. http-server)

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

Configure

First you have to run ng config -g cli.packageManager yarn to set Yarn as your default package manager.

Installing

To clone the repo run git clone https://github.com/MarcelCoding/websocket-client.git. And when this is finished you can open the repo with your IDE.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Documentation

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Built With

Authors

About

A simple websocket client for developing, testing and debugging websocket servers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published