Skip to content

iahmedelbayaa/simple-web-socket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Socket Server

This is a simple socket server built with Express and Socket.IO. It serves static files from the node_modules directory and sends news updates to connected clients every 5 seconds.

Getting Started

To get a local copy up and running, follow these steps:

Prerequisites

  • Node.js
  • npm

Installation

  1. Clone the repository: https://github.com/iahmedelbayaa/simple-web-socket.git

Installation

Use the package manager npm to install dependencies in package.json

npm install

Usage

just use node server.js to run the application using the url http://localhost:3000

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

[MIT]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published