Skip to content

ianaflous/node-socket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Socket Application

A Socket.io communication application.

Built with NodeJS TypeScript Socket.io Express.

Socket Client FrontEnd and a node Socket server BackEnd

Get Started

Clone the project and run commands :

$ cd node-socket

$ npm install

Running The App

Build the app

$ npm run build

Start the node server

$ npm start

The socket.io server will be listening on port 3000

Run a socket communication

go to http://localhost:3000/client

This will load the client in the browser and initiate the communication with the server.

See the event log in the browser and the server consoles

About

A node Socket.io communication application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published