Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fmalcher/simple-websocket-server
- Owner: fmalcher
- Created: 2017-05-28T19:36:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-29T10:26:53.000Z (over 7 years ago)
- Last Synced: 2024-10-05T06:20:58.344Z (about 2 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```