Skip to content

Simple react chat app which uses websockets and an express backend.

License

Notifications You must be signed in to change notification settings

tganzhorn/express-react-websocket-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express-React-Websocket-Chat

This project was bootstrapped with Create React App.
Added a lightweight express server instance which supports websockets.

Available Scripts

In the project directory, you can run:

npm run dev

Will start a development server on http://localhost:3000. The backend server instance is hosted on http://localhost:5000.

npm run build

Builds the react client, found in the client folder.

npm run client

Launches only the client development server.

npm run server

Launches the production server. Be wary to use npm run build before launching the production server.

About

Simple react chat app which uses websockets and an express backend.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published