Skip to content

petevdp/chatty_server

Repository files navigation

ChattyApp (server module)

This is the server component of my ChattyApp project, a real-time web chatroom. the Client component of this project lives here.

initial Dependencies

git
node >=12.3.1

If you have nvm installed(the lighthouse vagrant machine has this) you can easily install and switch to the correct version like this:

nvm install 12.3.1
nvm use 12.3.1

If node -V is now outputting v12.3.1, you're good to go!

Setup for the Server

git clone https://github.com/grey275/chatty_server
cd chatty_server
npm install
npm start

Now go to the ChattyApp repo to run the client!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published