Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fmalcher/simple-websocket-server

Simple websocket server that emits values
https://github.com/fmalcher/simple-websocket-server

Last synced: 25 days ago
JSON representation

Simple websocket server that emits values

Awesome Lists containing this project

README

        

# Simple WebSocket Server

This is a simple WebSocket server with Node.js.
It emits random values periodically and is useful for WebSocket testing purposes.

It makes use of both [native WebSockets](https://github.com/socketio/socket.io/) and the [socket.io library](https://github.com/socketio/socket.io/) – each on different ports.

## Start server

Clone the repo and run the following:

```
npm install
npm start
```