Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 603 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 603 Bytes

chat-app

A simple chat app made with NodeJS, Passport, socket.io andExpress

Warning: This application is incomplete

This is an ongoing project for me in the early stages so it is not very stable.
I intend to add more features to this project over time and there is not really a set goal other than to make a chat application that I would actually use.

Running the application

To run normally use the command:

node ./server/server.js

To run in development mode, use the following:

npm run dev

The server should now be available http://localhost:3000