Skip to content

Node.js messaging app server with Express & Socket.io

Notifications You must be signed in to change notification settings

arieloO/messaging-app-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

messaging-app-server

Little Node.js Chat App made with Express & Socket.io.

The client interface I built with React is deployed here : Chat App,

the best way to try it is to open it twice on separate windows and chat with yourself XD

Check the repo here : messaging-app-server

Instructions :

To run on your local machine :

npm install

install packages with npm

THEN

nodemon app.js

OR

node app.js

Runs the app in the development mode. Runs on http://localhost:4040.

The server will reload if you make edits.

About

Node.js messaging app server with Express & Socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published