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

https://github.com/datsfilipe/wsnode

This project is a websocket using Node to create a realtime application.
https://github.com/datsfilipe/wsnode

express nodejs socket-io typescript websocket

Last synced: about 2 months ago
JSON representation

This project is a websocket using Node to create a realtime application.

Awesome Lists containing this project

README

          

# WEBSOCKET




Code Line Icon on Iconscout

## Description


This project is a websocket using Node to create a realtime application. The app just simulate a basic websocket connection to connect to a socket and send one no customizable message. All the project was made by other person, I was just following he, the link for the video where was created the original project is here.

### Technologies

1. Node
2. Express - v. 4.17.1
3. Socket.io - 4.0.1

### Running project

I used yarn for the entire project, if you prefer to use npm, please note that the tutorial below might be not the best way to make project work, so search about how install dependencies with npm and run scripts, you might have also to modify the scripts section in package.json.

```bash
# Clone the git repository
$ git clone

# Enter the folder created by git clone
$ cd wsnode

# Install dependencies with yarn
$ yarn

# Run app in development mode
$ yarn dev

# Server will be listening on port 3333
```