Skip to content

Trakton/react-chat-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

React-chat-server is a simple web server, built with node.js, express and socket-io to allow multiple clients to connect on it and send chat messages to each other.

The React-Chat

This repository is only the server side of the app. In order to fully understand it you should also see react-chat.

Running for Development

The webserver will be listening in the localhost:3000 on dev builds. In order to run it, you just have to:

  1. Download and install node.js
  2. Clone this repository
  3. cd into the cloned folder
  4. run 'npm install' in the shell
  5. run 'node index.js'

The last command will start the server and get it ready to answer for client requests.

Running for Production

This webserver is online and listening to client requests at https://luthier-chat-server.herokuapp.com.

About

react-chat-server is a simple web server built with socket-io to work with react-chat.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published